|
From: Stephen S. <scs...@gm...> - 2004-12-15 23:47:56
|
I had to do the following to make wrapper compile on AMD64: diff -r wrapper_3.1.2_src/build.xml wrapper_3.1.2_src_new/build.xml 205a206 > source="1.2" 214a216 > source="1.2" diff -r wrapper_3.1.2_src/src/c/Makefile.linux wrapper_3.1.2_src_new/src/c/Makefile.linux 1c1 < COMPILE = gcc -O3 -Wall --pedantic -pthread -DUSE_NANOSLEEP --- > COMPILE = gcc -O3 -Wall --pedantic -pthread -DUSE_NANOSLEEP -lm -fPIC |