This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gnu-libc and egcs problems on linux
- To: drepper at ipd dot info dot uni-karlsruhe dot de (Ulrich Drepper)
- Subject: Re: gnu-libc and egcs problems on linux
- From: Mike Neuhauser <mike at gams dot co dot at>
- Date: Wed, 03 Dec 1997 16:47:05 +0100
- cc: libc-hacker at gnu dot org, egcs at cygnus dot com
In message <x7wwhm30sy.fsf@myware.rz.uni-karlsruhe.de>, Ulrich Drepper writes:
> Mike Neuhauser <mike@gams.co.at> writes:
>
> > (It would be much more complicated to fix
> > egcs-971201/libio/gen-params.)
>
> gen-params never has to run on Linux. So why is this a problem? I
> don't want to uglify the headers because of some unrelated scripts.
I'm absolutly sure that on my system it does run and it *has* to
(as far as I understand it): my host/build system uses the old
linux libc (libc-5) and the target system will use gnulibc2. So
the _G_config.h from the host system is out-dated and _G_config.h
has to be generated from the gnulibc2 header files (configure
--with-headers=gnulibc2-headers-directory).