I downloaded the C library from Sourceforge (btw the docs<http://igraph.sourceforge.net/doc/html/igraph-installation.html> seem outdated). Then I proceded to run the three commands as per the docs.
After running ./configure: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... gcc-4.2 checking whether the C compiler works... no configure: error: in `/Users/crazirican/SoftDev/C/ICOM4036_Assignment_2/igraph-0.6.5': configure: error: C compiler cannot create executables See `config.log' for more details After running make: make: *** No targets specified and no makefile found. Stop. After running make install: make: Nothing to be done for `install'. What am I missing?
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
