bayerj / arac

C++ library for neural networks.
Other
39 stars 57 forks source link

Build error. Something about AMD64. #24

Open kript0n opened 8 years ago

kript0n commented 8 years ago

Got this error while building. /usr/bin/ld: /usr/local/lib/libm.a(lib_a-w_exp.o): relocation R_X86_64_32S against '.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libm.a: error adding symbols: Bad value But as log says it compiles with -fPIC now.