> Hello, I am just a beginner to igraph, I want to use it with C. I have > installed it with C package. Now when I am trying to run any of examples > given within package using instructions at > http://igraph.sourceforge.net/doc/html/ch03s01.html, but it gives errors as > follows > > sana@sana:~/igraph-0.6.5/examples/simple$ gcc cattributes.c > -I/usr/local/include/igragh -L/usr/local/lib -ligraph -o cattributes You mistyped the name of the include directory (“-I/usr/local/include/igragh” instead of “-I/usr/local/include/igraph”).
T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
