Trouble installing nauty on Mac OS X 10.10
Hi all,
I am trying to install nauty on the new Mac operating system. When I run "sage -i nauty 25" in terminal, I get the following error message:
checking build system type... i686-apple-darwin14.0.0
checking host system type... i686-apple-darwin14.0.0
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Applications/sage/local/var/tmp/sage/build/nauty-25/src':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Error configuring nauty.
I have Xcode downloaded and have installed the newest update of the Command Line Tools for OS X 10.10. Any suggestions?
Thanks!
Edit: My config.log can be found here
1. After updating XCode or the command line tools, you sometimes need to start the XCode application and quit it before you can use the command line tools. 2. You have Sage installed in /Applications, are you running the command `sage -i nauty 25` as the same user who installed Sage there? Do you have write permission there?
I started XCode and quit it with no luck. I am the only user on the machine so there should not be any write permission problems.
I was thinking it might have to do with this: http://stackoverflow.com/a/19993810/3827575.
Somewhere inside /Applications/sage/local/var/tmp/sage/build/nauty-25/ there should be a file called config.log, can you make it accessible somewhere and provide a link?
I've added an edit to link my config.log!