igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph make file


From: Dr Yann Moalic
Subject: Re: [igraph] igraph make file
Date: Thu, 21 Oct 2010 17:03:09 +0200

Hi, 

I get the same message 

Yann

On Thu, 2010-10-21 at 13:00 -0200, Renato Fabbri wrote:
> i was upgrading igraph python module to 0.5.4.
> 
> now i get:
> 
> ***********************
> In [309]: import igraph
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call last)
> 
> /home/renato/msc/dev/cog/corpus/<ipython console> in <module>()
> 
> /usr/local/lib/python2.6/dist-packages/python_igraph-0.5.4-py2.6-linux-i686.egg/igraph/__init__.py
> in <module>()
>      28 """
>      29
> ---> 30 from igraph.core import *
>      31 from igraph.core import __version__, __build_date__
>      32 from igraph.clustering import *
> 
> ImportError: 
> /usr/local/lib/python2.6/dist-packages/python_igraph-0.5.4-py2.6-linux-i686.egg/igraph/core.so:
> undefined symbol: igraph_layout_star
> *********************
> 
> I assumed that it was a mismatch with igraph library itself.
> 
> so i downloaded igraph, but it doesnt yield a make file.
> 
> this is how it goes:
> 
> ********************
> address@hidden:~/packs/igraph$ ./configure
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for fmemopen... yes
> checking for open_memstream... yes
> checking for rintf... yes
> checking for finite... yes
> checking for expm1... yes
> checking for rint... yes
> checking for log2... yes
> checking for logbl... yes
> checking for snprintf... yes
> checking for log1p... yes
> checking for round... yes
> checking for fmin... yes
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking for xml2-config... /usr/bin/xml2-config
> checking for xmlSAXUserParseFile in -lxml2... yes
> checking libxml/parser.h usability... yes
> checking libxml/parser.h presence... yes
> checking for libxml/parser.h... yes
> checking for __gmpz_add in -lgmp... no
> configure: creating ./config.status
> config.status: creating R/config.R
> config.status: creating src/Makevars
> config.status: creating src/config.h
> config.status: src/config.h is unchanged
> 
> address@hidden:~/packs/igraph$ make
> make: *** No targets specified and no makefile found.  Stop.
> address@hidden:~/packs/igraph$
> *********************************
> 
> help?
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]