I see a couple issues on your system before compilation even starts. Here're some questions about your setup:
what kind of system are you building on, why are many tools under /nix/ ?
why don't you have pwd or file?
./configure: line 3641: /bin/pwd: No such file or directory
./configure: line 8076: /usr/bin/file: No such file or directory
what gcc do you have, so -static doesn't work?
checking if gcc static flag -static works... no
can you get npm to work on your system? it's needed for ebeast atm and will become a hard requirement in the future.
checking for npm... no
Then, configure is executed multiple times on your system, maybe due to missing pwd, in any case that's an indication that something's fishy already.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.