This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: _G_config.h not picking up sigset.h on linux 2.0.35 + glibc 2.0.7 (RH5.1)
- To: tkil at scrye dot com (Tkil)
- Subject: Re: _G_config.h not picking up sigset.h on linux 2.0.35 + glibc 2.0.7 (RH5.1)
- From: hjl at lucon dot org (H.J. Lu)
- Date: Thu, 10 Sep 1998 15:25:15 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
>
> I've been having this problem for a while (everything past 1.0
> release). I noticed that similar problems were reported about a year
> ago:
>
> http://www.cygnus.com/ml/egcs-bugs/1997-Sep/0159.html
>
> Jeff indicated at the time that some progress was being made -- Jeff,
> do you happen to remember the status of that?
>
> It's entirely possible that something on my machine is hozed, it's
> been through quite a few combinations of manual upgrade + root
> partition shifting and all that fun stuff.
>
> If you would like more information on my system, please just ask.
>
> config.status in my build dir says:
>
> ../egcs-1.1b/configure --with-gcc-version-trigger=/usr/local/src/egcs-dir/egcs-1.1b/gcc/version.c --host=i586-pc-linux-gnulibc2 --prefix=/usr/local --enable-threads --norecursion
Why did you specify your machine? Don't do it. Let egcs figure out
what you have unless you know what you are doing.
# ../egcs-1.1b/configure --enable-threads --enable-shared
will do.
FYI, you invented a configuration which egcs knows nothing about.
H.J.