I'm having problems while trying to build the binaries for x86_64 on FC6, particularly with the game.so file, which at linking time spits the error
/usr/bin/ld: cannot open output file base/game.so: No such file or directory
I tried to serach in the Makefile the rules to build this particular target, but I don't seem able to find the exact series of g++ or gcc commands followed to link the object files. Also trying to link the object files by themselves causes ld to spit a bunch of error messages... I guess I need help on this.