Hi,
My command for building is:
../../scons/scons-2.2.0/build/scripts/scons build/ARM/gem5.opt 
SWIG=/share/projects10/IPproject/workspace/kalai.rajah/swig/swig-2.0.9/bin/swig 
CXX=/share/projects/IP/local_2/bin/g++ --no-colors 
LD_LIBRARY_PATH=/share/projects/IP/local_2/lib64/ 
LIBRARY_PATH=/share/projects/IP/local_2/lib64/

The compile goes fine.
But when I execute, I see the GLIBCXX_3.... Not found error.

When I do ldd on build/ARM/gem5.opt, I see that it uses /usr/lib64 for 
libstdc++.so.6

Why is scons picking up the libraries from /usr/lib64 and not from what is 
passed on the command line for LIBRARY_PATH/LD_LIBRARY_PATH?

Thanks,
Kalai



_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to