Technical support > Feature Requests

Problems building binaries (FC6 x86_64)

(1/1)

thetargos:
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

--- Code: ---
/usr/bin/ld: cannot open output file base/game.so: No such file or directory
--- End code ---


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.

thetargos:
It turns out that the 2.1 source package did not include a "base" directory under the main directory, hence the "game.so" library couldn't be crated. Easily solved by making the "base" directory..

Navigation

[0] Message Index

Go to full version