From mboxrd@z Thu Jan 1 00:00:00 1970 From: N8TM@aol.com To: wnder@ellipse.underworld.net, egcs-bugs@egcs.cygnus.com Subject: Re: bug report Date: Sun, 10 Oct 1999 12:51:00 -0000 Message-id: <0.17d45605.253247fe@aol.com> X-SW-Source: 1999-10/msg00246.html List-Id: In a message dated 10/10/99 2:31:15 PM EST, wnder@ellipse.underworld.net writes: > Please submit a full bug report to > `egcs-bugs@egcs.cygnus.com'. > customer.cpp:19: See for > details. Maybe this needs to be reworded along the lines of "Please submit a bug report in accordance with..." >>From ozkanli@atlas.net.tr Sun Oct 10 13:40:00 1999 From: Grandfather Thunder To: egcs-bugs@egcs.cygnus.com Subject: Bug? Date: Sun, 10 Oct 1999 13:40:00 -0000 Message-id: <3800FA82.7A02F985@atlas.net.tr> X-SW-Source: 1999-10/msg00247.html Content-length: 1324 Dear Sir, I have encountered the following problem while trying to build licq-0.70.1 on RedHat 6.0. I have gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) installed, and I believe the following error occurs due to a bug in the stat.h file from the glibc-devel-2.1.1-6 rpm that ships with RedHat 6.0 I wasn't sure whether this was due to a problem from Red Hat's glibc build or the stat.h file, so I thought I would let both parties know. Sincerely, Yalaz Ozkanli --- make[2]: Entering directory `/usr/local/src/licq-0.70.1/src/daemon' c++ -fno-rtti -fno-exceptions -Wall -fPIC -DPIC -D_REENTRANT -I. -I../.. -I.. -I../inc -DHAVE_CONFIG_H -c icqpacket.cpp -o obj/icqpacket.o /usr/include/sys/stat.h: In function `int stat(const char *, struct stat *)': In file included from icqpacket.cpp:6: /usr/include/sys/stat.h:318: Internal compiler error. /usr/include/sys/stat.h:318: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. /usr/include/sys/stat.h:318: See for details. make[2]: *** [obj/icqpacket.o] Error 1 make[2]: Leaving directory `/usr/local/src/licq-0.70.1/src/daemon' make[1]: *** [licq-daemon.a] Error 2 make[1]: Leaving directory `/usr/local/src/licq-0.70.1/src' make: *** [all_recursive] Error 2 [root@fingolfin licq-0.70.1]#