From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Koaps" To: Subject: Gcc Help Date: Fri, 21 Jul 2000 14:35:00 -0000 Message-id: <007601bff35c$c3962100$12a13cd1@coactive.com> X-SW-Source: 2000-07/msg00684.html I'm getting this error when I try to make gcc     make[1]: Entering directory `/root/gcc-2.95/libiberty' test x"no" != xyes || \   egcs -c -DHAVE_CONFIG_H -g -I. -I./../include   mkstemps.c -o pic/mkstemps.o egcs -c -DHAVE_CONFIG_H -g -I. -I./../include  mkstemps.c mkstemps.c: In function `mkstemps': mkstemps.c:72: storage size of `tv' isn't known make[1]: *** [mkstemps.o] Error 1 make[1]: Leaving directory `/root/gcc-2.95/libiberty' make: *** [all-libiberty] Error 2       Anybody know what I should do?     It's on a Redhat 6.2 i386 system   I have egcs installed, but apache and php are bitching about using gcc so I need to get this bad boy installed   Thanks     KoAps