|
From: | Tamas Nepusz |
Subject: | Re: [igraph] igraph compilation with Cygwin |
Date: | Thu, 13 Aug 2009 10:29:49 +0100 |
User-agent: | Mutt/1.5.17 (2007-11-01) |
> > I copied the libigraph.a file to the main directory that also contains > > igraph.h and igraph_test.c and typed this on cygwin: > > $ gcc igraph_test.c -I./src/ -L./src -o igraph_test You still have to specify that you want to link to libigraph.a: gcc -I./src/ -L./src -o igraph_test igraph_test.c libigraph.a -- T.
[Prev in Thread] | Current Thread | [Next in Thread] |