Re: cross compilation problems

2000-10-25 Thread Gordon Matzigkeit
> Steve Bowman writes: SB> Hmmm. I checked a few with ldd and they are looking for SB> libc.so.6 which doesn't look good. These libs come with the SB> gcc-i386-gnu package. I have version 1.7-4 of this package SB> installed - and it looks broken. 1.7-3 only installs a symlink from /us

Re: cross compilation problems

2000-10-25 Thread Marcus Brinkmann
Am Mit, 25 Okt 2000 04:18:26 schrieb Daniel E . Baumann: > I attempted to compile the HURD from CVS by doing the follwing: > > CC=i386-gnu-gcc LD=i386-gnu-ld ./configure --build=i686-pc-linux-gnu > --host=i386-gnu --prefix=/gnu > > and I get linking errors: > > /usr/i386-gnu/bin/ld: warning: l

Re: cross compilation problems

2000-10-25 Thread Steve Bowman
On Wed, Oct 25, 2000 at 12:37:12AM -0700, Steve Bowman wrote: > On Wed, Oct 25, 2000 at 01:57:14AM -0500, Daniel E . Baumann wrote: > > Well I tried this: > > > > mkdir build; cd build > > MIG=i386-gnu-mig CC=i386-gnu-gcc LD=i386-gnu-ld ../configure \ > > --build=i686-pc-linux-gnu --host=i386-pc

Re: cross compilation problems

2000-10-25 Thread Steve Bowman
On Wed, Oct 25, 2000 at 01:57:14AM -0500, Daniel E . Baumann wrote: > Well I tried this: > > mkdir build; cd build > MIG=i386-gnu-mig CC=i386-gnu-gcc LD=i386-gnu-ld ../configure \ > --build=i686-pc-linux-gnu --host=i386-pc-gnu --target=i386-pc-gnu \ > --prefix=/gnu > > and I still get problems

Re: cross compilation problems

2000-10-25 Thread Daniel E . Baumann
Well I tried this: mkdir build; cd build MIG=i386-gnu-mig CC=i386-gnu-gcc LD=i386-gnu-ld ../configure \ --build=i686-pc-linux-gnu --host=i386-pc-gnu --target=i386-pc-gnu \ --prefix=/gnu and I still get problems with /usr/i386-gnu/lib/libutil.so needing libc.so.6 and errors about symbol redefin