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 <[EMAIL PROTECTED]> 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                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to