#8269: cygwin: maxima does not build on cygwin, possibly due to ECL bug.
-----------------------------------------------+----------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.4
Component: cygwin | Keywords:
Author: Juan Jose Garcia-Ripoll, wstein | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------------------+----------------------------
Comment(by mhansen):
I was able to get Maxima to build in Cygwin with ECL 10.3.1 and the spkg
at
http://sage.math.washington.edu/home/mhansen/cygwin_port/maxima-5.20.1.p0.spkg
. Everything builds correctly except building maxima as a library at the
end:
{{{
cd src
echo "building Maxima as an ecl library"
ecl -eval "(require 'asdf)" -eval '(load "maxima-build.lisp")' -eval
'(asdf:make-build :maxima :type :fasl)' -eval "(quit)"
ECLLIB=`ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)"`
echo
echo "installing Maxima library as $ECLLIB/maxima.fas"
cp maxima.fasb $ECLLIB/maxima.fas
cd ..
}}}
All of the building commands run correctly, but there is no "maxima.fasb"
file produced.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8269#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.