
27 Sep
2004
27 Sep
'04
12:09 p.m.
Aleksey Gurtovoy wrote:
Is it the test environment that is at failt here (from http://tinyurl.com/5t5mf):
/usr/bin/ld: cannot find -lstlport_gcc_stldebug_static
There is no file named "libstlport_gcc_stldebug_static.a" here. Instead, there is "libstlport_gcc_stldebug.a". Is the library name being generated incorrectly, or would the additional "static" in the library name indicate something different than what the ".a" indicates in contrast to the ".so" extension used by shared libraries?
collect2: ld returned 1 exit status
set -e LD_LIBRARY_PATH=/usr/local/gcc-2.95.3/stlport-4.5.3/lib:/usr/local/gcc-2.95.3/lib:$LD_LIBRARY_PATH
The path is being set correctly. Regards, m