This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Error
- To: help-gcc at gnu dot org
- Subject: Error
- From: DarkSprrow at aol dot com
- Date: Fri, 14 Jan 2000 17:02:01 EST
test x"no" != xyes || \
cc -c -DHAVE_CONFIG_H -g -I. -I/opt/install/gcc-2.95.2/libiberty/../include /opt/install/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o
cc -c -DHAVE_CONFIG_H -g -I. -I/opt/install/gcc-2.95.2/libiberty/../include /opt/install/gcc-2.95.2/libiberty/choose-temp.c
In file included from /opt/gnu/lib/gcc-lib/i386-sun-solaris2.4/2.6.0/include/time.h:90,
from /usr/include/sys/time.h:405,
from /usr/include/sys/select.h:17,
from /opt/gnu/lib/gcc-lib/i386-sun-solaris2.4/2.6.0/include/sys/types.h:271,
from /opt/install/gcc-2.95.2/libiberty/choose-temp.c:30:
/usr/include/sys/siginfo.h:74: parse error before `pthread_attr_t'
/usr/include/sys/siginfo.h:74: warning: no semicolon at end of struct or union
/usr/include/sys/siginfo.h:76: parse error before `}'
*** Error code 1
make: Fatal error: Command failed for target `choose-temp.o'
Current working directory /opt/gcc_2.95.2/libiberty
*** Error code 1
make: Fatal error: Command failed for target `all-libiberty'
I get the folling error when I run make, have you seen this error.
Also is there anywhere to get the actuall executable of the gcc compiler?
Thank you.