If I read the log below correctly, Camm configured with gcl and then
found the Makefile demanding to see clisp-depends.mk. I had the
opposite problem ... I configured with clisp and found the Makefile
demanding to see gcl-depends.mk. James's touch solution, suitable
modified, solved the problem.
Bill McCallum
On Friday, August 30, 2002, at 02:40 PM, Camm Maguire wrote:
> Greetings! GCL build has some dependency problems:
>
>
> =======================================================================
> ======
>
> intech19:/fix/t1/camm/maxima-5.9.0rc1$ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for clisp... false
> checking for gcl... true
> checking POSIX shell to see that it contains getopts... trying /bin/sh
> POSIX shell is /bin/sh
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating src/maxima
> config.status: creating src/autoconf-variables.lisp
> config.status: creating lisp-utils/Makefile
> config.status: creating tests/Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/info/Makefile
> config.status: creating doc/intromax/Makefile
> config.status: creating doc/man/Makefile
> config.status: creating doc/man/maxima.1
> config.status: creating doc/share/Makefile
> config.status: creating interfaces/Makefile
> config.status: creating interfaces/emacs/Makefile
> config.status: creating interfaces/emacs/emaxima/Makefile
> config.status: creating interfaces/emacs/misc/Makefile
> config.status: creating interfaces/xmaxima/Makefile
> config.status: creating interfaces/xmaxima/autoconf-variables.tcl
> config.status: creating share/Makefile
> config.status: creating demo/Makefile
> config.status: creating plotting/Makefile
>
> Summary:
> GCL enabled. Executable name gcl
> default lisp: gcl
> intech19:/fix/t1/camm/maxima-5.9.0rc1$ make
> Making all in src
> make[1]: Entering directory `/fix/t1/camm/maxima-5.9.0rc1/src'
> make[1]: *** No rule to make target `clisp-depends.mk', needed by
> `Makefile.in'. Stop.
> ^^^^^^^^^^^^^^^^
> make[1]: Leaving directory `/fix/t1/camm/maxima-5.9.0rc1/src'
> make: *** [all-recursive] Error 1
> intech19:/fix/t1/camm/maxima-5.9.0rc1$
> =======================================================================
> ======
>
> Take care,
>
> James Amundson <amundson@fnal.gov> writes:
>
>> I have updated a tarball for 5.9.0 release candidate 1 to the
>> sourceforge site. Please find all show-stopping problems soon so that
>> we
>> can release next week. I know there are a few fixes available that
>> have
>> not made it into the release -- it's always going to be that way. (I
>> have to keep telling myself that.)
>>
>> I would like to hear reports from as many platforms as possible.
>> Windows
>> is of particular interest because it is so different from the
>> unix-like
>> platforms.
>>
>> --Jim
>> _______________________________________________
>> Maxima mailing list
>> Maxima@www.math.utexas.edu
>> http://www.math.utexas.edu/mailman/listinfo/maxima
>>
>>
>
> --
> Camm Maguire camm@enhanced.com
> =======================================================================
> ===
> "The earth is but one country, and mankind its citizens." --
> Baha'u'llah
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>