discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] guile / gmp problems


From: Stuart Brorson
Subject: Re: [Discuss-gnuradio] guile / gmp problems
Date: Fri, 23 Jan 2009 09:19:02 -0500 (EST)

./configure
... ...
checking whether sethostname is declared... yes
checking whether strncasecmp is declared... yes
checking for library containing crypt... none required
checking for i... _Complex_I
checking whether csqrt is usable... yes
checking for __gmpz_init in -lgmp... no
configure: error: GNU MP not found, see README

The Guile folks, in their infinite wisdom, now make the GNU Bignum
library a depedency for installing guile.   Configure is barfing
'cause you don't have it.  Here's info about GNU Bignum:

http://gmplib.org/

You'll need to install it, and then try compiling again.  Of course,
GNU Bignum has it's own set of dependencies you'll need to work
through....

Have fun,

Stuart (Who has been bitten in the past by this Guile problem when building
other packages.)






reply via email to

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