Closed dschultzSFLY closed 10 years ago
This is actually not a problem with acora but with plain distutils. Set the environment variable CC=/path/to/bin/gcc.
Either that variable is set incorrectly on your system or you have a dead symlink in your path somewhere.
When running the install command on a Solaris SunOS 5.11 machine with this command; pip install acora ; I get the following error: unable to execute /opt/csw/bin/gcc-4.8: No such file or directory
gcc is installed, but not in that location.
How can I specify the correct location of gcc?
Thank you