scoder / acora

Fast multi-keyword search engine for text strings
http://pypi.python.org/pypi/acora
BSD 3-Clause "New" or "Revised" License
247 stars 17 forks source link

installation with pip fails on Solaris #5

Closed dschultzSFLY closed 10 years ago

dschultzSFLY commented 10 years ago

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

scoder commented 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.