Hey Tim, all what is says is your python is compiled without support for "Position independent code" (-fPIC), you can check if/why it happens on ubuntu 13.04 (i had nupic running on 13.10 and 14.04 without problems) maybe you are using some custom python interpreter?
Cheers, On Sun, Apr 20, 2014 at 9:12 AM, Kevin Martin <[email protected]>wrote: > And that link seems broken. > > > On Sun, Apr 20, 2014 at 12:41 PM, Kevin Martin < > [email protected]> wrote: > >> I do not know about virtualenv, but you can try this : >> https://github.com/numenta/nupic/wiki/Install-Nupic-on-ubuntu-13.04 >> >> >> On Sun, Apr 20, 2014 at 9:46 AM, tim pierson <[email protected]>wrote: >> >>> 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 >>> >>> >> > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
