Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 05/03/12 12:08, Jonathan Adams wrote:
anyone got a quick fix for all the "version-script" code in gcc (using SUN ld)?

"-Wl,--version-script ../unxsoli/misc/store_store.map"

Making:    libstore.so.3
ld: fatal: unrecognized option '--'
ld: fatal: use the -z help option for usage information
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxsoli/lib/libstore.so.3'

this is from the old build system; so apparently solenv/inc/unxsogi.mk has:

 LINKVERSIONMAPFLAG=-Wl,--version-script

which is for GNU ld, while solenv/inc/unxsoli.mk has:

 LINKVERSIONMAPFLAG=-M

which is for Sun ld.

i don't have an opinion on whether it would be better to use GNU ld or
Sun ld, guess if you're using a bundled/easy-to-get GCC build then it's
best to use whatever ld that was configured with.

presumably for using GCC with Sun ld, the following would work:

 -Wl,-M

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.