Egcs bug!

David MAILWASP@teleline.es
Sun Jun 20 04:38:00 GMT 1999


Hi!!!

	Here is a problem that is very usually in my computer when I compile
any source code of any program.

	I will thank you if you e-mail me an answer. This is my e-mail:
mailwasp@teleline.es

	This is my system:
  	
	- HARDWARE

	AMD K6-2 400Mhz
	64Mb of RAM
	HD of 4Gb
	
	- SOFTWARE

	Red Hat Linux 6.0
	Kernel 2.2.9
	I compile under KDE 1.1


	I'm spanish, so my english is poor  :)))) 

	See you soon!


Here are 2 examples:

---------------

[root@localhost klyx]# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/klyx'
Making all in src
make[2]: Entering directory `/usr/local/src/klyx/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/u
sr/X11R6/include -I../images    -O2 -Wall -c layout.C
layout.C:41: warning: `char vcid[52]' defined but not used
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/u
sr/X11R6/include -I../images    -O2 -Wall -c lyx_cb.C
lyx_cb.C:426: warning: #warning Matthias believes this is not a problem
lyx_cb.C:2860: warning: #warning Is this setting stored in the *.lyx file ? I
t does not seem like (Jochen).
lyx_cb.C: In function `int MenuRunLaTeX(class Buffer *)':
lyx_cb.C:424: warning: `int ret' might be used uninitialized in this function
lyx_cb.C: At top level:
lyx_cb.C:115: warning: `char vcid[55]' defined but not used
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/u
sr/X11R6/include -I../images    -O2 -Wall -c lyx_gui.C
lyx_gui.C:82: warning: #warning replace this with KConfig...
lyx_gui.C:181: warning: #warning FIXME. lyxserver now depends on first view..
..
lyx_gui.C:35: warning: `char vcid[56]' defined but not used
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/u
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/usr/X11R6/include -I../images    -O2 -Wall -c lyx_main.C
lyx_main.C:16: warning: `char vcid[57]' defined but not used
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/usr/X11R6/include -I../images    -O2 -Wall -c lyx_sendfax_main.C
lyx_sendfax_main.C:21: warning: `char vcid[62]' defined but not used
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/usr/X11R6/include -I../images    -O2 -Wall -c lyx_sty.C
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/usr/X11R6/include -I../images    -O2 -Wall -c lyxdraw.C
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/local/qt/include  -I/usr/X11R6/include -I../images    -O2 -Wall -c lyxfont.C
lyxfont.C: In method `struct _XGC * LyXFont::getGC() const':
lyxfont.C:838: Internal compiler error.
lyxfont.C:838: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
lyxfont.C:838: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
make[2]: *** [lyxfont.o] Error 1
make[2]: Leaving directory `/usr/local/src/klyx/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/klyx'
make: *** [all-recursive-am] Error 2
[root@localhost klyx]#

--------------
[root@localhost wget-1.5.3]# make
cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\"' CFLAGS='-O2 -Wall -Wno-implicit' LDFLAGS='' LIBS='' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1'
make[1]: Entering directory `/usr/local/src/wget-1.5.3/src'
gcc -I. -I.   -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c connect.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [connect.o] Error 1
make[1]: Leaving directory `/usr/local/src/wget-1.5.3/src'
make: *** [src] Error 2
[root@localhost wget-1.5.3]#     



More information about the Gcc-bugs mailing list