Problems building nodejs on MacOS Snow Leopard
- by mrwooster
I am having trouble building nodejs on MacOS Snow Leopard. I think it
might have something to do with my PATH variable not being set
correctly for the developer tools location.
For some reason, the Developer tools (gcc, g++, make etc) are all
stored in
/Developer/usr/bin
I added it to my PATH variable as follows:
$ export…