This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: _G_config.h not picking up sigset.h on linux 2.0.35 + glibc 2.0.7 (RH5.1)


> 
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]