I'm trying to configure CodeBlocks to use IGRAPH library. 
I did the following steps: 
1) <Settings> - <compiler> 2)  <Search directories>  -  <compiler> :   added 
the directory where the igraph.h file (C: \ cygwin \ usr \ local \ include \ 
IGRAPH) 3) <Linker> :   added the directory where the "libigraph.a" file (C: \ 
cygwin \ usr \ local \ lib) 4) <Linker settings>  :  added the "libigraph.a" 
file (C: \ cygwin \ usr \ local \ lib \ libigraph.a) 5) Before compiling the 
file, copied "cygwin1.dll" to the folder that contains my project. 
Performed the above steps, I tried to compile the code and got a list of 
errors: 
C: \ cygwin \ usr \ local \ lib \ libigraph.a 
(libigraph_la-structural_properties.o): undefined reference to 
structural_properties.c '__assert_func' 
This same error occurs several times, for various references ('_fpclassifyd', 
'_getreent', ....). 
How I do I resolve this problem? 
Thank you
                                          
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to