Am Montag, den 01.11.2010, 11:08 -0400 schrieb Raymond Toy:
> On 10/28/10 12:21 PM, Barton Willis wrote:
> > After updating, using MSYS I'm getting an error from sed (I think) about
> > an
> > Unterminated `s' command. Sorry to say, but I'm rather helpless about
> > fixing such things.
> >
> > $ ./configure --enable-ccl --with-ccl=wx86cl
>
> FWIW, I used cygwin this time, and maxima configured and built just
> fine. It also installed just fine.
>
> I also noticed that src/Makefile.am uses some GNU Make features. My
> recent changes could probably also be done using GNU make features, so
> it might be less dependent on shell features that seem problematic with
> msys/mingw, at least for you and me.
Hello Ray,
I have a Windows system which I use to test Maxima under GCL. On this
system I build Maxima using the purely Lisp-based procedure. But this
seems not to work any more. This is the output from the compile I get:
; - Source file D:/workspace/maxima/src/share-subdirs.lisp and
binary
; file binary-gcl/share-subdirs.o not found, not loading.
Source file "D:/workspace/maxima/src/share-subdirs.lisp" and binary file
"binary-gcl/share-subdirs.o" do not exist.
Fast links are on: do (use-fast-links nil) for debugging
Broken at WHEN. Type :H for Help.
1 (Continue) Continue, ignoring missing files.
2 (Abort) Return to top level.
dbl:>>
The problem is that the file share-subdirs.lisp is missing.
Dieter Kaiser