This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
linker default paths?
- To: egcs at cygnus dot com
- Subject: linker default paths?
- From: "Frederick V. Heitkamp" <heitkamp at ibm dot net>
- Date: Wed, 16 Dec 1998 06:51:18 -0500 (EST)
- Cc: fheitka at ibm dot net
I've recently build a cross compiler using egcs-1.1.1 and
binutils-2.9.1.0.16. From some reason, when I try to compile
and link a simple test program the linker looks in /usr/lib
for certain files. Since I made a cross compiler containing
all the libs and headers I want, I don't think it should look
there. I've tried editing the specs file to point to the
correct ld.so.1, but so far it hasn't helped. Any ideas?
Fred