*  the exact version of GCC; (gcc -v)

Reading specs from /usr/lib/gcc/i486-slackware-linux/4.1.2/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared
--enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix
--enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose
--with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.1.2

* the system type; (uname -a)

Linux slackware 2.6.22.5 #1 Wed Aug 29 22:00:56 BRT 2007 i686 Intel(R)
Celeron(R) M CPU        440  @ 1.86GHz GenuineIntel GNU/Linux

* the options given when GCC was configured/built;

snes9x-1.51-src$ ./configure --with-netplay
snes9x-1.51-src$ make

* the complete command line that triggers the bug;
* the compiler output (error messages, warnings, etc.); and

g++  -fno-rtti  -I. -Iunzip -Ii386 -c -O2 -fomit-frame-pointer -fno-exceptions
-Wall -W -pedantic -Wno-unused-parameter -pipe   -I. -Iunzip -Ii386 -DMITSHM
-DCPU_SHUTDOWN -DSPC700_SHUTDOWN -DZSNES_FX -DEXECUTE_SUPERFX_PER_LINE
-DZSNES_C4 -DUSE_THREADS -DSPC700_C -DNETPLAY_SUPPORT -DUNZIP_SUPPORT
-DJMA_SUPPORT    -DMMX -DSDD1_DECOMP -DCORRECT_VRAM_READS -DJOYSTICK_SUPPORT
-DNO_INLINE_SET_GET  -DNEW_COLOUR_BLENDING -DZLIB -DHAVE_LIBPNG -DHAVE_MKSTEMP
-DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -DHAVE_STRINGS_H -DHAVE_SYS_IOCTL_H
-DHAVE_STDINT_H -DRIGHTSHIFT_int8_IS_SAR -DRIGHTSHIFT_int16_IS_SAR
-DRIGHTSHIFT_int32_IS_SAR -DRIGHTSHIFT_int64_IS_SAR -DRIGHTSHIFT_IS_SAR
'-DACCEPT_SIZE_T=socklen_t' tile.cpp -o tile.o
g++: Internal error: Morto (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: ** [tile.o] Erro

* the preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the complete compilation command, or, in the case of a bug
report for the GNAT front end, a complete set of source files (see below).

Dont have this files.


-- 
           Summary: make error compiling snes9x-1.51
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joenio at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33756

Reply via email to