Re: Cross compiler Problem

2002-06-05 Thread Jeff Bailey
On Wed, Jun 05, 2002 at 09:25:34PM -0700, Jeff Bailey wrote: > Edit /lib/libc.so.0.3 and remove the /lib from in front of the > libraries. There's probably a better answer, but that worked well > enough for me to bootstrap the libio builds. Bah, I should be clearer (lest the voice of Roland lar

Re: Cross compiler Problem

2002-06-05 Thread Jeff Bailey
On Wed, Jun 05, 2002 at 11:13:50PM -0500, Robert Lowe wrote: > to tell the compiler explicitly where to find libs. It still doesn't > work. It complains with the following error: > > i386-gnu-gcc test.c > /usr/i386-gnu/bin/ld: cannot open /lib/libc.so.0.3: No such file or > directory > colle

Cross compiler Problem

2002-06-05 Thread Robert Lowe
I'm trying to get the crosscompiler to work so I can hack on the hurd more efficiently. The problem is I'm not on the debian system, so I grabbed the make-cross source and then built my cross compiler. The first build it complained about libraries, so I modified the commandline a bit. This i