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]

Re: Internal compiler error 191


On Wed, 31 Mar 1999, Martin v. Loewis wrote:

> How did you produce this file? It contains lines like

I used the command line listed in the FAQ followed by all the command line
options from the CS makefile.  Here is the command I used:

gcc -v --save-temps -c -o out/LINUX/INTEL/debug.so/render/software/soft_g3d.o \
render/software/soft_g3d.cpp -Wall -mpentiumpro -march=i686 -fno-exceptions \
-fno-rtti -g3 -gstabs -DDEBUG -DOS_LINUX -DPROC_INTEL -DCOMP_GCC -DDO_SHM \
-DDO_MMX -DDO_SOUND -DNO_ASSEMBLER  -DDO_PNG -DDO_GIF -DDO_BMP -DDO_TGA \
-DDO_JPG -DNO_COM_SUPPORT    -DDO_GLIDE -DGLIDE24_ONLY -I../libjpeg \
-I../libpng -I../zlib -I/usr/X11/include -I/usr/local/glide/include \
-L/usr/X11/include -I.

If I run "gcc -c soft_g3d.ii", I get the same error I got before.
If I run the same command under egcs 1.03a, it compiles the object file
without any errors.

	-Michael



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