This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug report
- From: Pslave <pslave2 at mbnet dot fi>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Feb 2004 22:35:05 +0200
- Subject: Bug report
My system is:
Suse 8.1 (running on AMD K6-2 320mb sdram)
gcc: 3.2
-c -o Gnome.o `test -f Gnome.cc || echo './'`Gnome.cc
source='Remember.cc' object='Remember.o' libtool=no \
depfile='.deps/Remember.Po' tmpdepfile='.deps/Remember.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2
-I/usr/X11R6/include
-c -o Remember.o `test -f Remember.cc || echo './'`Remember.cc
/usr/include/g++/ostream: In constructor `std::basic_ostream<_CharT,
_Traits>::basic_ostream(std::basic_streambuf<_CharT, _Traits>*) [with
_CharT
= char, _Traits = std::char_traits<char>]':
Remember.cc:430: instantiated from `std::basic_ofstream<_CharT,
_Traits>::bas
c_ofstream(const char*, std::_Ios_Openmode) [with _CharT = char, _Traits
= std:
char_traits<char>]'
Remember.cc:500: instantiated from here
/usr/include/g++/ostream:72: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [Remember.o] Error 1
make[4]: Leaving directory `/home/ville/fluxbox-0.9.8/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ville/fluxbox-0.9.8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ville/fluxbox-0.9.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ville/fluxbox-0.9.8'
make: *** [all] Error 2
ville@ua28d82:~/fluxbox-0.9.8>
First I tryed to install Fluxbox (1. ./congifure 2. make 3. then su make
install)
But gcc was crashed.. :/
Hope u can repair this bug soon.
-Newbie linux user