This is the mail archive of the gcc-bugs@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: Bug installing 2.95.1 on Solaris



> ../../gcc-2.95.1/gcc/collect2.c:364: `sys_siglist' undeclared (first use this function)

> sculpin$ uname -a
> SunOS sculpin 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-1
> sculpin$ whence gcc
> /opt/gnu/bin/gcc
> sculpin$ gcc -v
> Reading specs from /opt/gnu/lib/gcc-lib/sparc-sun-solaris2/2.7.2/specs
> gcc version 2.7.2

Assuming it is not simply because your config.cache was corrupted
because of a previous build on another architecture or OS within the
same build dir, the most likely cause of this problem is that gcc
2.7.2 was not built on Solaris 2.6, and some of its header files are
not compatible with those of Solaris 2.6.  You'd better get a
pre-compiled gcc and use it to build your own.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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