Andrea Arcangeli wrote:

> > You need a version of gcc which supports libc-5 as a target platform.
> > Check in /usr/lib/gcc-lib. If gcc supports multiple platforms they
> > will be listed there. E.g., if you have:
> > 
> >   drwxrwxr-x   5 glynn    root         1024 Mar  8 18:21 i586-pc-linux-gnu
> >   drwxrwxr-x   5 root     root         1024 Mar  8 19:45 i586-pc-linux-gnulibc1
> > 
> > then you can compile for libc-5 using
> > 
> >      gcc -b i586-pc-linux-gnulibc1 ...
> 
> At least you must also use -I and -L.

Not if you have target-specific libraries in /usr/<target>/include and
/usr/<target>/lib. These will be searched automatically.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to