[Ecls-list] build problem - missing Makefile for gmp
Dustin Long
dlong at stevens.edu
Wed Mar 28 20:08:17 UTC 2007
I tried building ECL with the latest CVS. After ./configure and make I got:
[37 > make
cd build; make
make[1]: Entering directory `/home/dlong/dev/src/ecl/ecl/build'
if (echo c gc gmp | grep gmp); then \
cd gmp && make install && \
cd .. && mv include/gmp.h ecl/ && rmdir include && \
mv ./libgmp.a ./libeclgmp.a; \
fi
c gc gmp
make[2]: Entering directory `/home/dlong/dev/src/ecl/ecl/build/gmp'
make[2]: *** No rule to make target `install'. Stop.
make[2]: Leaving directory `/home/dlong/dev/src/ecl/ecl/build/gmp'
make[1]: *** [libeclgmp.a] Error 2
make[1]: Leaving directory `/home/dlong/dev/src/ecl/ecl/build'
make: *** [all] Error 2
There's definately no Makefile in the build/gmp directory. Any clues?
Dustin
More information about the ecl-devel
mailing list