hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

./configure --with-libgmp-prefix (find libgmp on FreeBSD) #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn co http://pure-lang.googlecode.com/svn/trunk pure
2. cd pure
3. ./configure

What is the expected output? What do you see instead?
checking for __gmpz_init in -lgmp... no
configure: error: Cannot find the GMP library, please install libgmp.

What version of the product are you using? On what operating system?
HEAD of trunk

Please provide any additional information below.
this can be worked around by running ./configure with LIBS and/or CPPFLAGS
set appropriately, but that goes contrary to ./configure's purpose.

Original issue reported on code.google.com by neuhau...@sigpipe.cz on 23 Apr 2010 at 1:15

Attachments:

GoogleCodeExporter commented 8 years ago
OS is FreeBSD 9 as usual

Original comment by neuhau...@sigpipe.cz on 23 Apr 2010 at 1:17

GoogleCodeExporter commented 8 years ago
Applied in r3385, thanks!

Original comment by aggraef@gmail.com on 25 Apr 2010 at 10:56