From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Neuhauser To: drepper@ipd.info.uni-karlsruhe.de (Ulrich Drepper) Cc: libc-hacker@gnu.org, egcs@cygnus.com Subject: Re: gnu-libc and egcs problems on linux Date: Wed, 03 Dec 1997 10:32:00 -0000 Message-id: <199712031547.QAA12593@scully.gams.co.at> References: X-SW-Source: 1997-12/msg00191.html In message < x7wwhm30sy.fsf@myware.rz.uni-karlsruhe.de >, Ulrich Drepper writes: > Mike Neuhauser 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).