You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/12/17 15:38:13 UTC

[Issue 127139] Build broken on svl on some Linux 32-bit systems

https://bz.apache.org/ooo/show_bug.cgi?id=127139

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org

--- Comment #6 from damjan@apache.org ---
With more modules ported to gbuild, the build on 32 bit Ubuntu 14.04 now also
breaks in (at least) main/embeddedobj and main/uui.

It's not clear to me why. I've found 2 workarounds:
* adding "-lc" to the linker command (but why isn't libc linked to by default?)
* adding "-fuse-ld=gold" to the linker command (but the gold and bfd linkers
are meant to be identical, differing only in performance and supported
platforms)

Also why do most gbuild modules link, and only a few fail :-( ?

-- 
You are receiving this mail because:
You are the assignee for the issue.