I’m currently installing the Node.js environment on my Synology ds212+ and I have a problem when I’m running a line command.
When I’m trying to do
./configure –prefix=/opt/node –without-snapshot
The terminal give me this error:
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you installed it in a non-standard prefix.
The problem is that I have gcc installed and when I’m using the gcc -v, the terminal return me the current version of my compiler.
Does anyone has this error when installing on a synology environment ?
So, I figured out by myself. The things to do is to execute this line :
Now you can do the make and the make install.
Have fun.