Advertisement

Linux i686 and x86-64

Started by January 23, 2009 06:37 AM
24 comments, last by WitchLord 15 years, 9 months ago
The only modification I made to the makefile is that I've added 'as_callfunc_x64_gcc.cpp' to the list of sources - the flag didn't exist in the first place. Anyway, adding '-fPIC' would have been my suggestion as well - I've seen this before with other libraries as well, and it's always been the way I fixed it.
Ye, Vic, -fPIC was added by hangy on our local copy.
Advertisement
Should I add -fPIC to the CXXFLAGS?

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

It wouldn't hurt for sure.
Yes, I think you should, will probably keep more duplicate bug reports from pouring in in the future :)
Done. Thanks!

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement