1
General / Re: Code Blocks and Ubuntu + Static linking
« on: April 27, 2012, 12:18:03 pm »
Some googling suggests it's a 64bit linking issue. (I am on 64bit ubuntu)
Compiling them into static libs works fine, so long as the two instances of NULL are replaced with 0 inside /SFML-1.6/include/SFML/system/ResourcePtr.int.
Either way, I can use the dynamic libs that come with SFML or compile my own static. Both works fine thanks to your help. ^^
These strange quarks are fun.
Compiling them into static libs works fine, so long as the two instances of NULL are replaced with 0 inside /SFML-1.6/include/SFML/system/ResourcePtr.int.
Either way, I can use the dynamic libs that come with SFML or compile my own static. Both works fine thanks to your help. ^^
These strange quarks are fun.