[Libreoffice-bugs] [Bug 32224] sc fails to link on alpha

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 5 04:10:08 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=32224

Matt Turner <mattst88 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mattst88 at gmail.com

--- Comment #1 from Matt Turner <mattst88 at gmail.com> 2011-01-04 19:10:07 PST ---
I don't know a thing about Libre/OpenOffice and have never tried to use it on
Alpha, but I can tell you that 'relocation truncated to fit: GPREL16 against
symbol' is usually caused by using gcc's -msmall-data or -msmall-text flags,
documented here [1].

-msmall-* isn't the default, so it must be enabled somehow on your compilation.
The gcc doc says "When generating code for shared libraries, -fpic implies
-msmall-data and -fPIC implies -mlarge-data." so perhaps you can replace the
-fpic flag with -fPIC, that is if -fpic is being used?

[1] http://gcc.gnu.org/onlinedocs/gcc/DEC-Alpha-Options.html

Other information that may help:

What distribution are you using? What version of gcc? glibc? binutils? What JDK
and version?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list