gcc 2.95.3

polluks
Posts: 1
Joined: Thu Sep 02, 2010 1:49 am
Location: Germany

gcc 2.95.3

Post by polluks »

Are you able to support this old compiler?

Code: Select all

g++ -DPACKAGE_NAME=\"supertuxkart\" -DPACKAGE_TARNAME=\"supertuxkart\" -DPACKAGE_VERSION=\"0.6.2a\" -DPACKAGE_STRING=\"supertuxkart\ 0.6.2a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertuxkart\" -DVERSION=\"0.6.2a\" -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 -DWORDS_BIGENDIAN=1 -DHAVE_AL_AL_H=1 -DHAVE_OPENAL_AL_H=1 -DHAVE_OGGVORBIS=1 -DBT_NO_PROFILE=/\*\*/ -DHAS_FCNTL=1 -I.   -I/usr/local/include   -c -o btSimpleBroadphase.o `test -f 'BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp' || echo './'`BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp
LinearMath/btAlignedObjectArray.h: In method `void btAlignedObjectArray<btBroadphasePair>::resize(int, const btBroadphasePair & = T())':
BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp:232:   instantiated from here
LinearMath/btAlignedObjectArray.h:184: Internal compiler error in `expand_call', at calls.c:1887
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [btSimpleBroadphase.o] Error 1
TIA
User avatar
Dragonlord
Posts: 198
Joined: Mon Sep 04, 2006 5:31 pm
Location: Switzerland

Re: gcc 2.95.3

Post by Dragonlord »

This compiler version is very old. Current version is 4.5 and a common version use is 3.4 . Anything below 3.x can give troubles as some compiler instructions have been added only in 3.x or even 4.x . If possible use 4.5 .