[Ecls-list] Git clone of 10.3.1 doesn't compile for me

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sat Mar 6 17:12:19 UTC 2010


On Sat, Mar 6, 2010 at 4:10 PM, Michael Wood <esiotrot at gmail.com> wrote:

> I have built earlier versions successfully, but 10.3.1 seems to be
> missing something:
>

Nothing missing.


> $./configure --prefix=/tmp/ecl
> [...]
> Configuration complete. To build ECL, issue make in this directory.
> $ make
> cd build; make
> make[1]: Entering directory `/home/blah/src/ecl/build'
> if (echo c gmp | grep gmp); then \
>          cd gmp && make install && \
>          cd .. && mv include/gmp.h ecl/ && rmdir include &&  \
>          mv ./libgmp.a ./libeclgmp.a; \
>        fi
> c gmp
> make[2]: Entering directory `/home/blah/src/ecl/build/gmp'
> make[2]: *** No rule to make target `install'.  Stop.
> make[2]: Leaving directory `/home/blah/src/ecl/build/gmp'
> make[1]: *** [libeclgmp.a] Error 2
> make[1]: Leaving directory `/home/blah/src/ecl/build'
> make: *** [all] Error 2
> $ ls build/gmp/Makefile
> ls: cannot access build/gmp/Makefile: No such file or directory
>

The version of GMP that we are shipping does not seem to support your
system. Install libgmp-dev (or something with a similar name) from Ubuntu
and build ECL using that library.

Juanjo


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100306/c07db471/attachment.html>


More information about the ecl-devel mailing list