Well, I get the exact same output as delmonico from the binary release. I have a Thunderbird Athlon, so no SSE support at all.
I tried to compile glide64 again, but seems like I broke something else, since now I get these errors :
Code:
(...)
g++ -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -Iwrapper/ -O3 -mcpu=athlon -ffast-math -funroll-loops -fomit-frame-pointer -mmmx -c -o wrapper/textures.o wrapper/textures.cpp
In file included from wrapper/textures.cpp:9:
wrapper/main.h:19: `void (*glActiveTextureARB)(unsigned int)' redeclared as
different kind of symbol
/usr/X11R6/include/GL/gl.h:2056: previous declaration of `void
glActiveTextureARB(unsigned int)'
wrapper/main.h:20: `void (*glMultiTexCoord2fARB)(unsigned int, float, float)'
redeclared as different kind of symbol
/usr/X11R6/include/GL/gl.h:2068: previous declaration of `void
glMultiTexCoord2fARB(unsigned int, float, float)'
make: *** [wrapper/textures.o] Error 1
I commented out the definitions in wrapper/main.h as Hacktarux suggested on other thread, but the errors just keep coming.
I have similar problems with the Rice Daedalus port, it won't compile without -msse and will get signal 4 compiled with said option.