Open bsavelev opened 7 years ago
I run into the same error trying to cross compile jsonnet for that target.
There doesn't seem to be a g++ symlink in the osx bin dir, so the wrong compiler is being used. Using the c++ symlink works.
On another issue about cross compilation, I found this: https://gist.github.com/luser/a33e5070d1c55a7d2c46fe763a9d1543 Using something similar to this script, I was able to get past this error. What this script seems to do is set quite a few more env vars identifying specific tool locations for host and target.
I have the same issue
Hello!
CROSS_TRIPLE=x86_64-apple-darwin14 Get error while compiling tif_stream.cxx from http://download.osgeo.org/libtiff/tiff-4.0.8.tar.gz