[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: Idiot question from Boyer
From: |
Camm Maguire |
Subject: |
[Gcl-devel] Re: Idiot question from Boyer |
Date: |
11 May 2006 14:29:09 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings!
Something like this should work:
export C_INCLUDE_PATH=<path-to-gmp-source>
export LIBRARY_PATH=<path-to-gmp-source>/.libs (or whereever else the
lib is)
export LD_LIBRARY_PATH=<path-to-gmp-source>/.libs
Then configure and make gcl as usual. You should see configure
detecting your external gmp and defaulting to using it.
Take care,
Robert Boyer <address@hidden> writes:
> Dear Camm,
>
> This is a request for a favor of information, so low
> priority.
>
> > You can only see this at present however if you link
> > against gmp externally -- I believe at ut the library is
> > not present and so gcl builds its own older copy from the
> > gcl source.
>
> I have, through some undeserved miracle, apparently built
> gmp 4.1.2 without the slightest hitch in UTCS directory
> /u/boyer/my-partition/gmp-4.2.1. Even did the make check.
> Please feel free to let me know if you see anything wrong
> there.
>
> So what is the right, and hence easiest, thing for a
> know-nothing to do to tell GCL 2.7.0's configure/make the
> next time I build GCL 2.7.0 to (a) use this fancy new
> gmp-4.2.1, to (b) stop bothering obtaining gmp from cvs, to
> (c) never ever think about recompiling gmp.
>
> Thanks,
>
> Bob
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gcl-devel] Re: Idiot question from Boyer,
Camm Maguire <=