Albert Chin wrote: > On Sat, Mar 31, 2007 at 11:53:12AM +1000, Brendon Costa wrote: >> Development GCC that i compile from GCC 4.0.1 sources: >> Version: 4.0.1 >> Prefix: /home/bcosta/build/install_gcc >> libstdc++: /home/bcosta/build/install_gcc/lib/libstdc++.so >> (libstdc++ version: 6.5) >> >> When i want to build using the development GCC i do the following: >> >> export PATH="/home/bcosta/build/install_gcc/bin:$PATH" >> export LD_LIBRARY_PATH="/home/bcosta/build/install_gcc/lib:$LD_LIBRARY_PATH" > > What if you also set LDFLAGS="-L/home/bcosta/build/install_gcc/lib"? >
Nope, unfortunately that does not make any difference. I still get the same undefined reference linker errors. Brendon. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
