This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

g++ tests fail with --enable shared as libstdg++.so.2.8.0 can't be found


Compiler:	egcs-1.0.3a
OS:		mips-sgi-irix6.2
configure:	configure --enable-shared

Test for g++ run using the command "make tests" fail as the run-time
linker rld cannot find the library libstdg++.so.2.8.0

There is a copy of libstdg++.so.2.8.0 in two directories:
	/usr/local/lib
	./egcs-1.0.3.a/libraries/libstdc++

Environment variable LD_LIBRARY_PATH is set to /usr/local/lib

I had a look at the makefile, and it seems that the environment variable
LD_LIBRARY_PATH is not set correctly
in the makefile.  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]