[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: egcs linking desparation and that pesky libstdc++272



[You (Anders Hammarquist)]
>Had another though after testing some...
>"Adam P. Harris" <apharris@onshore.com> writes:
>>Problem:
>><apharris@burrito:lib> ldd libsp.so
>>libstdc++.so.2.7.2 => /usr/lib/libstdc++.so.2.7.2 (0x40170000)
>>libc.so.6 => /lib/libc.so.6 (0x401ad000)
>>/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
>>libm.so.6 => /lib/libm.so.6 (0x40250000)
>
>Have you installed libsp.so? ldd has this rater peculiar behavior
>of only looking for .so's in the library path. Try 'ldd ./libsp.so'
>or 'env LD_LIBRARY_PATH=. ldd libsp.so' and see what you get.

Good god!  You are correct!  You win the brass ring!
That is so bizzarre!

The same thing worked for the binaries, after making sure that I put 
-L<lib path> in my library path.

Anders, you are my hero of the day!

.....A. P. Harris...apharris@onShore.com...<URL:http://www.onShore.com/>



--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: