<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Juan Jose Garcia-Ripoll wrote:
<blockquote
 cite="midc159f9ab0803170106w4aadaa1bme67f3ca3646ca42e@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Mar 17, 2008 at 2:13 AM, Jeff Cunningham <a class="moz-txt-link-rfc2396E" href="mailto:jeffrey@cunningham.net"><jeffrey@cunningham.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> I thought I'd try to build ECLS on an ARM9 just for the fun of it. It
 ran configure without errors but then died immediately on make. Here's
 the error:
 make[2]: Entering directory `/home/jcunningham/installed/ecl-0.9j/build/gmp'
 make[2]: *** No rule to make target `install'.  Stop.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Could you please enter directory ec/build/gmp and try running "make"?
It may well be that the GNU mp library does not support your system.
If this is the case, one can always convince it to build the C
version, which is slower but works everywhere.

Juanjo

  </pre>
</blockquote>
I don't seem to have a Makefile in build/gmp. Here are all the
Makefiles built by configure:<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jcunningham@ts7200:~/installed/ecl-0.9j$">jcunningham@ts7200:~/installed/ecl-0.9j$</a> find . -name Makefile<br>
./src/gc/Makefile<br>
./msvc/c/Makefile<br>
./msvc/gc/Makefile<br>
./msvc/doc/Makefile<br>
./msvc/gmp/Makefile<br>
./msvc/Makefile<br>
./Makefile<br>
./build/c/Makefile<br>
./build/gc/doc/Makefile<br>
./build/gc/Makefile<br>
./build/gc/include/Makefile<br>
./build/doc/Makefile<br>
./build/Makefile<br>
./examples/threads/import_win32/Makefile<br>
./examples/threads/import/Makefile<br>
<br>
<br>
And here is the contents of build/gmp:<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jcunningham@ts7200:~/installed/ecl-0.9j$">jcunningham@ts7200:~/installed/ecl-0.9j$</a> ll build/gmp<br>
total 548<br>
-rw-r--r-- 1 jcunningham jcunningham    133 Mar 16 17:49 cnfm4.tmp<br>
-rw-r--r-- 1 jcunningham jcunningham     76 Mar 16 17:49 cnfm4i.tmp<br>
-rw-r--r-- 1 jcunningham jcunningham    148 Mar 16 17:54 cnfm4p.tmp<br>
-rw-r--r-- 1 jcunningham jcunningham 122730 Mar 16 17:56 config.log<br>
-rw-r--r-- 1 jcunningham jcunningham  82536 Mar 16 17:50 gmp-h.in<br>
-rw-r--r-- 1 jcunningham jcunningham 141889 Mar 16 17:50 gmp-impl.h<br>
-rwxr-xr-x 1 jcunningham jcunningham 194711 Mar 16 17:52 libtool<br>
<br>
<br>
--Jeff<br>
</body>
</html>