0

My goal is to install openrave on OSX. I think I've got everything else covered (hopefully, it has taken me several hours), but there is one error I cannot get rid of when I make open rave:

[ 13%] Linking C static library libminizip.a
[ 13%] Built target minizip
Scanning dependencies of target check_libm_accuracy-native
[ 13%] Building CXX object src/CMakeFiles/check_libm_accuracy-native.dir/check_libm_accuracy_main.cpp.o
[ 13%] Linking CXX executable check_libm_accuracy-native
Undefined symbols for architecture x86_64:
  "__FPU_SETCW", referenced from:
      _crlibm_exit in libcrlibm-native.a(crlibm_private.c.o)
ld: symbol(s) not found for architecture x86_64

Over on the openrave GitHub page, another user noticed this, and then just said "I fixed the problem by installing crlibm from source". However, the website linked to the source for crlibm doesn't exist!

Any advice on where I can obtain this source code? I am assuming once I have it, I can just do the regular configure+make+install.

Mr. Fegur
  • 797
  • 1
  • 6
  • 18
  • https://github.com/taschini/crlibm ? – Rafael Jan 21 '19 at 13:03
  • I tried that one. Calling ./configure or ./make does not work, so I tried using the CMakeLists.txt file. It's a mess. – Mr. Fegur Jan 22 '19 at 17:35
  • Can you post the link that is now dead? – Rafael Jan 22 '19 at 18:11
  • The link doesn't exist anymore. This stackoverflow thread has a link to download a version of it but I assume it was taken down: https://stackoverflow.com/questions/9608471/installing-pyinterval-in-ubuntu – Mr. Fegur Jan 27 '19 at 18:47

0 Answers0