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]

language: English, platform: Intelx86 (dual PIII 500MHz 256M runningRH 6.0)


Command line
-------------
gcc -v --save-temps -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -g -O2
-c graphics.c

(from Makefile; DEFS = DHAVE_CONFIG_H, INCLUDES = -I. -I$(top_srcdir).
This command is part of the execution of make for gnuplot-3.7.1)

Output of the command
---------------------

Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/specs
gcc version 2.8.1
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/cpp -lang-c -v -I. -I.
-I/usr/X11R6/include -undef -D__GNUC__=2 -D__GNUC_MINOR__=8 -D__ELF__
-Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux
-Asystem(posix) -D__OPTIMIZE__ -g -Di386 -Di686 -Asystem(unix) -Acpu(i386)
-Amachine(i386) -D__i386__ -D__i686__ -Asystem(unix) -Acpu(i386)
-Amachine(i386) -DHAVE_CONFIG_H graphics.c graphics.i
GNU CPP version 2.8.1 (i386 GNU/Linux with ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/X11R6/include
 /usr/local/include
 /usr/i686-pc-linux-gnu/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/cc1 graphics.i -quiet -dumpbase
graphics.c -g -O2 -version -o graphics.s
GNU C version 2.8.1 (i686-pc-linux-gnu) compiled by GNU C version 2.8.1.
gcc: Internal compiler error: program cc1 got fatal signal 6

Resulting .i file
-----------------

Attached file.

graphics.i.gz


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