Pretty much finished hacking configure. Any requests?
Subject: Pretty much finished hacking configure. Any requests?
From: Jaime Villate
Date: Sun, 10 Jun 2012 18:31:27 +0100
On 06/09/2012 08:05 AM, David Billinghurst wrote:
> I have pretty much finished hacking the configure scripts. Please let
> me know if I have broken anything.
Hi David,
thank you for your work on this, which is very important. I have used
the following configuration in Ubuntu:
./configure --enable-sbcl-exec
and everything worked fine at the beginning and the maxima sbcl image
was built correctly, but after
that, make started to do things that should only be done for the install
target in Windows. Namely, it tried
to build a Starkit for xmaxima and, of course, it failed with an error
message:
/c/programs/star/tclkitsh-win32.upx.exe: not found
If I then try to "make install", the sbcl image is correctly installed
but xmaxima is not, because make will try again to build the Starkit and
fail.
Regards,
Jaime