Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 16:58:11 +0300 (EEST)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        sf@FreeBSD.ORG (FUJISHIMA Satsuki)
Cc:        gnome@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: libgmp dependency
Message-ID:  <200110091358.f99DwB540395@vega.vega.com>
In-Reply-To: <no.id> from "FUJISHIMA Satsuki" at Oct 09, 2001 10:36:22 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> When building lang/librep at -CURRENT I got:
> 
> ....
> checking for nl_types.h... yes
> checking for malloc.h... no
> checking for sys/param.h... yes
> checking for gmp.h... no
> configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build)
> ===>  Script "configure" failed: here are the contents of "config.log"
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> As libgmp has been removed several weeks ago, it seems we should add
> new dependency on math/libgmp or math/libgmp3 for -CURRENT.

It is already there (see ports/lang/librep/Makefile):

[...]
.if !exists(/usr/lib/libgmp.so)
LIB_DEPENDS+=   gmp.3:${PORTSDIR}/math/libgmp
.endif
[...]

-Maxim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110091358.f99DwB540395>