[erlang-questions] Error compiling R13B04

Mikael Pettersson mikpe@REDACTED
Fri Feb 26 12:02:21 CET 2010


Zoltan Lajos Kis writes:
 > g++ -c -I/usr/lib/wx/include/gtk2-unicode-release-2.8
 > -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__
 > -pthread -g -Wall -O2 -fPIC -fomit-frame-pointer -fno-strict-aliasing -g
 > -O2  -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPACKAGE_NAME=\"\"
 > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
 > -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
 > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
 > -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
 > -DSIZEOF_VOID_P=4 -DHAVE_GL_GL_H=1 -DHAVE_GL_SUPPORT=1 -DHAVE_GLINTPTR=1
 > -DHAVE_GLINTPTRARB=1 -DHAVE_GLCHAR=1 -DHAVE_GLCHARARB=1 -DHAVE_GLHALFARB=1
 > -DHAVE_GLINT64EXT=1 -DHAVE_WX_STC_STC_H=1 
 > -I/tmp/otp_src_R13B04/erts/emulator/beam
 > -I/tmp/otp_src_R13B04/erts/include
 > -I/tmp/otp_src_R13B04/erts/include/i686-pc-linux-gnu
 > -I/tmp/otp_src_R13B04/erts/include/internal
 > -I/tmp/otp_src_R13B04/erts/include/internal/i686-pc-linux-gnu
 > -I/tmp/otp_src_R13B04/erts/emulator/sys/unix   gen/wxe_funcs.cpp -o
 > i686-pc-linux-gnu/wxe_funcs.o
 > g++: Internal error: Killed (program cc1plus)
 > Please submit a full bug report.
 > See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.

Your C++ compiler died, asked you to submit a bug report,
and even pointed you to its bug reporting instructions.

Not an Erlang bug.

You can skip the wx build by
./configure (same params as before)
echo > lib/wx/SKIP
make


More information about the erlang-questions mailing list