[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph compilation with Cygwin
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] igraph compilation with Cygwin |
Date: |
Wed, 12 Aug 2009 14:58:53 +0100 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Hi,
The fabsl() function is not implemented in Cygwin, that's why you see
this error message. Luckily the function call resides in a part of the
code which is used only when the GMP library is not installed.
The solution is to install the GMP library in Cygwin, then do the
./configure && make dance again. (It is important to call ./configure
once again, otherwise igraph will still try to compile the replacement
code for GMP. I think the Cygwin package is simply called "gmp".
When you call ./configure again, check whether the "GMP library support"
is turned on (see the last few lines printed by ./configure).
--
Tamas
On Wed, Aug 12, 2009 at 03:52:16PM +0200, Josep Bau wrote:
> Ooops, you're right!
> Thanks. Now I got it working but it's still not finishing the job. I get
> this at the end:
> Any clue?
>
> In file included from bliss_graph.hh:32,
> from bliss_partition.cc:21:
> bliss_bignum.hh: In member function `int igraph::BigNum::tostring(char**)':
> bliss_bignum.hh:77: error: `fabsl' undeclared (first use this function)
> bliss_bignum.hh:77: error: (Each undeclared identifier is reported only once
> for
> each function it appears in.)
> make[3]: *** [libigraph_la-bliss_partition.lo] Error 1
> make[3]: Leaving directory `/home/Compaq/igraph-0.5.2/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/Compaq/igraph-0.5.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/Compaq/igraph-0.5.2'
> make: *** [all] Error 2
>
> 2009/8/12 Tamas Nepusz <address@hidden>
>
> > Hi,
> >
> > > MAKE Version 4.0 Copyright (c) 1987, 1996 Borland International
> > It seems that you are using Borland make. Please install GNU make and
> > try with that. There should be a package for that in Cygwin.
> >
> > --
> > Tamas
> >
> >
> > _______________________________________________
> > igraph-help mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/igraph-help
> >
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
- [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin, Gábor Csárdi, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin, Tamas Nepusz, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin,
Tamas Nepusz <=
- Re: [igraph] igraph compilation with Cygwin, Gábor Csárdi, 2009/08/12
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Gábor Csárdi, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Tamas Nepusz, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Gábor Csárdi, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Tamas Nepusz, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Josep Bau, 2009/08/13
- Re: [igraph] igraph compilation with Cygwin, Gábor Csárdi, 2009/08/13