View Single Post
Old 19th December 2012, 19:53   #53  |  Link
jackoneill
unsigned int
 
jackoneill's Avatar
 
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
Quote:
Originally Posted by sl1pkn07 View Post
howto build in linux? (to linux)

greettings
Code:
g++ -O3 -shared -msse2 -fPIC -o libfmtconv.so AvstpWrapper.cpp main.cpp fmtc/*.cpp fstb/*.cpp vsutl/*.cpp -I.
Add -march=your_cpu_here if you get "undefined symbol __sync_val_compare_and_swap_16" or something like that.

clang from svn should work as well.
__________________
Buy me a "coffee" and/or hire me to write code!
jackoneill is offline   Reply With Quote