You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It lacks the --host. So if I export all necessary vars (CC,CXX, CFLAGS, etc), it still doesn't work. Autohell mandates that --host is used for cross compilation.
I am trying to compile sodium for debian armhf on a debian 8 x86_64.
....
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/home/shiretu/work/node_modules/.staging/sodium-d37927f3/deps/libsodium':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
Makefile:61: recipe for target 'libsodium' failed
make: *** [libsodium] Error 1
/home/shiretu/work/node_modules/.staging/sodium-d37927f3/install.js:288
throw new Error(cmdLine + ' exited with code ' + code);
The text was updated successfully, but these errors were encountered:
Hi,
This is how
./configure
is executed:node-sodium/Makefile
Line 64 in f83467c
It lacks the
--host
. So if I export all necessary vars (CC,CXX, CFLAGS, etc), it still doesn't work. Autohell mandates that--host
is used for cross compilation.I am trying to compile sodium for debian armhf on a debian 8 x86_64.
The text was updated successfully, but these errors were encountered: