This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
In message <990208163007.ZM3833@posidonius.rutgers.edu>you write: > Platform: i586-pc-linux-gnu > Modifications: > Edit <srcdir>/gcc/collect2.c. As it turns out, I think you need to > put in an additional condition regarding newer header files (kern 2.2.1) > on Linux PC's and char *sys_siglist[]. I got errors about sys_siglist[] > already being declared in other kernel headers, and so I just commented > it out and it worked fine. This is the kind of thing autoconf is supposed to handle automatically. We should find out why autoconf did not work correctly. jeff