Hi everyone, I'm having build problems.  I've basically follows these
instructions https://github.com/numenta/nupic#build-and-test-nupic

cmake is fine however make throws the following error:

/usr/bin/ld:
/home/tpierson/.pyenv/versions/nupic/lib/python2.7/config/libpython2.7.a(abstract.o):
relocation R_X86_64_32S against `_Py_NotImplementedStruct' can not be used
when making a shared object; recompile with -fPIC
/home/tpierson/.pyenv/versions/nupic/lib/python2.7/config/libpython2.7.a:
error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [build/release/lib/libcpp_region.so] Error 1
make[1]: *** [CMakeFiles/cpp_region.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX shared module
build/release/lib/python2.7/site-packages/nupic/bindings/_math.so
[100%] Built target _math
make: *** [all] Error 2

anyone know what might cause it?  I'm running (obviously) pyenv and
virtualenv to sandbox builds.  Is this a problem?  If so is there an easy
way to integrate the nupic/pyenv environments?


On a side note, has anyone had any success with building numpy with mkl
support for nupic?

Thanks
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to