This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Changing the location of crt?.o
- To: egcs at egcs dot cygnus dot com
- Subject: Changing the location of crt?.o
- From: Derrick Bass <derrick at tapir dot caltech dot edu>
- Date: Thu, 24 Dec 1998 11:18:11 -0800
I'm trying to get egcs to compile and link against libc5 on a Redhat 5.2
machine. I've almost gotten it to work but. . .
collect2 insists on using /usr/lib/crt1.o /usr/lib/crti.o and
/usr/lib/crtn.o, but I want it to use another directory. I can't figure
out how the specs file works though. Any suggestions?