On 12/04/12 12:32, Noel Grandin wrote:
On 2012-04-12 11:51, Stephan Bergmann wrote:
What is the output of
readelf -d
workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_smoketest.so
for you?
Output attached.
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
yeah, that's rather too little :(
this is missing here:
0x0000000000000001 (NEEDED) Shared library: [libsmoketest.so]
indeed looks like your ld defaults to --as-needed.
it should work if you do this:
cd smoketest && make -r clean && make -r LDFLAGS=-Wl,--no-as-needed
subsequentcheck
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.