https://issues.apache.org/ooo/show_bug.cgi?id=118769
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Andre <[email protected]> 2012-01-11 15:48:49 UTC --- Fixed by changing the order of libraries and object files on Linux. gbuild now uses the same order as the dmake system: first the object files, then the libraries. Had to handle some special cases in sfx2 and vcl where the gb_Library_set_ldflags command was used to set linker flags *and* add libraries to the linker command line. Introduced a new gb_Library_add_external_libs command (that internally is mapped to gb_LinkTarget_add_external_libs, see solenv/gbuild/LinkTarget.mk for its definition) for adding external libraries to the linker. It differs from gb_Library_add_linked_libs in that its arguments are not subject to any filtering. They are only extended by platform specific pre- and suffixes (GL -> -lGL or GL.lib) SVN revision of the changes is 1230097 -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
