Closed GoogleCodeExporter closed 9 years ago
I've recreated the problem in a 64-bit FreeBSD 9.0 virtual machine and found
that the problem was that NaCl was not being compiled as relocatable code (for
some reason this was not a problem on Linux?). I'm trying to patch the NaCl
library so that it builds as relocatable code which should prevent these errors.
Original comment by neilalex...@frozenriver.net
on 15 Feb 2012 at 7:36
I've discovered that one of the NaCl primitives doesn't like being built using
-fPIC on amd64, so I've patched the build script to not use that primitive. It
seems to be working properly for me now in my FreeBSD 9.0 container; can you
please pull the latest code from git and try building, and see if it is fixed?
rm -rf build include lib
git pull
sh build.sh --with-nacl
Original comment by neilalex...@frozenriver.net
on 17 Feb 2012 at 11:53
Seems to work fine, thanks!
Original comment by diiz...@gmail.com
on 19 Feb 2012 at 9:48
Original comment by neilalex...@frozenriver.net
on 19 Feb 2012 at 1:59
Original issue reported on code.google.com by
diiz...@gmail.com
on 13 Feb 2012 at 1:18