This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/9035: Building gcc version 3.2.1, make install yields "cc1: internal error: Segmentation fault"


>Number:         9035
>Category:       bootstrap
>Synopsis:       Building gcc version 3.2.1, make install yields "cc1: internal error: Segmentation fault"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 21 08:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Kullmann
>Release:        installing gcc 3.2.1
>Organization:
>Environment:
Linux, Suse 8.0, gcc version 2.95.3, g++ version 3.0.4
>Description:
I have installed:

csoliver@cspcok:~/GCC> gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs
gcc version 2.95.3 20010315 (SuSE)
csoliver@cspcok:~/GCC> g++ -v
Reading specs from /opt/experimental/lib/gcc-lib/i486-suse-linux/3.0.4/specs
Configured with: ../configure --enable-threads=posix --enable-long-long --prefix=/opt/experimental --with-local-prefix=/usr/local --enable-languages=c,c++,f77,objc,java --disable-nls --enable-shared i486-suse-linux
Thread model: posix
gcc version 3.0.4 (SuSE)

I installed via:

csoliver@cspcok:~/GCC> mkdir Imp_3.2.1
csoliver@cspcok:~/GCC> mkdir Include_3.2.1
csoliver@cspcok:~/GCC> cd Imp_3.2.1/

csoliver@cspcok:~/GCC/Imp_3.2.1> /compsci/partition1/csoliver/GCC/gcc-3.2.1/configure --enable-threads=posix --enable-long-long --prefix=/compsci/partition1/csoliver/GCC/gcc-3.2.1 --with-local-prefix=/compsci/partition1/csoliver/GCC/Include_3.2.1 --enable-languages=c,c++ --disable-nls --enable-shared

csoliver@cspcok:~/GCC/Imp_3.2.1> make bootstrap

csoliver@cspcok:~/GCC> ~/GCC/Imp_3.2.1/gcc/g++ -v
Using built-in specs.
Configured with: /compsci/partition1/csoliver/GCC/gcc-3.2.1/configure --enable-threads=posix --enable-long-long --prefix=/compsci/partition1/csoliver/GCC/gcc-3.2.1 --with-local-prefix=/compsci/partition1/csoliver/GCC/Include_3.2.1 --enable-languages=c,c++ --disable-nls --enable-shared
Thread model: posix
gcc version 3.2.1

csoliver@cspcok:~/GCC/Imp_3.2.1> make install

This created the following error message:

/compsci/partition1/csoliver/GCC/Imp_3.2.1/gcc/xgcc -B/compsci/partition1/csoliver/GCC/Imp_3.2.1/gcc/ -B/compsci/partition1/csoliver/GCC/gcc-3.2.1/i686-pc-linux-gnu/bin/ -B/compsci/partition1/csoliver/GCC/gcc-3.2.1/i686-pc-linux-gnu/lib/ -isystem /compsci/partition1/csoliver/GCC/gcc-3.2.1/i686-pc-linux-gnu/include -S tmp-dum.c
cc1: 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[1]: *** [s-under] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/compsci/partition1/csoliver/GCC/Imp_3.2.1/gcc«
make: *** [install-gcc] Fehler 2
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]