I am running kubuntu on ubuntu 5.04. The version of GCC I have is either the one on the CD or the latest one from the default apt-get sources. I have been trying to install the latest version of gaim on my system and I have tried two different versions and I got the same error message from both of them:
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\" -I../../src -Wall -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -g -O2 -MT eggtrayicon.lo -MD -MP -MF ".deps/eggtrayicon.Tpo" -c -o eggtrayicon.lo eggtrayicon.c; \ then mv -f ".deps/eggtrayicon.Tpo" ".deps/eggtrayicon.Plo"; else rm -f ".deps/eggtrayicon.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\" -I../../src -Wall -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -g -O2 -MT docklet.lo -MD -MP -MF ".deps/docklet.Tpo" -c -o docklet.lo docklet.c; \ then mv -f ".deps/docklet.Tpo" ".deps/docklet.Plo"; else rm -f ".deps/docklet.Tpo"; exit 1; fi docklet.c: In function `docklet_signed_on_cb': docklet.c:295: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>. make[3]: *** [docklet.lo] Error 1 make[3]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins/docklet' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1' make: *** [all] Error 2 and for the other version: /bin/sh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -g3 -o iconaway.la -rpath /usr/local/lib/gaim -module -avoid-version -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 iconaway.lo -lnsl if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -g3 -MT idle.lo -MD -MP -MF ".deps/idle.Tpo" -c -o idle.lo idle.c; \ then mv -f ".deps/idle.Tpo" ".deps/idle.Plo"; else rm -f ".deps/idle.Tpo"; exit 1; fi /bin/sh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -g3 -o idle.la -rpath /usr/local/lib/gaim -module -avoid-version -lglib-2.0 idle.lo -lnsl if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -g3 -MT notify.lo -MD -MP -MF ".deps/notify.Tpo" -c -o notify.lo notify.c; \ then mv -f ".deps/notify.Tpo" ".deps/notify.Plo"; else rm -f ".deps/notify.Tpo"; exit 1; fi notify.c: In function `get_config_frame': notify.c:729: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>. make[3]: *** [notify.lo] Error 1 make[3]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0' make: *** [all] Error 2 I am not sure what it means by preprocessed source. Please let me know what files I need to include and I will update this bug report. -- Summary: Error while running `make` Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gccbugzilla at multiwebinc dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683