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

Michael Wood esiotrot at gmail.com
Sat Mar 6 15:10:44 UTC 2010


Hi

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

$ git remote -v
origin	git://ecls.git.sourceforge.net/gitroot/ecls/ecl (fetch)
origin	git://ecls.git.sourceforge.net/gitroot/ecls/ecl (push)
$ rm -r * .gitignore
$ ls -a
.  ..  .git
$ git reset --hard HEAD
HEAD is now at bdd33ee Upgrade the release number.
$ ./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

This is on:
Linux kudu 2.6.28-18-generic #59-Ubuntu SMP Thu Jan 28 01:23:03 UTC
2010 i686 GNU/Linux

(Ubuntu 9.04).

-- 
Michael Wood <esiotrot at gmail.com>




More information about the ecl-devel mailing list