On Wed, Aug 29, 2012 at 11:12 AM, <fbp at isep.ipp.pt> wrote:
> On Wed, 29 Aug 2012 08:47:02 -0700, Raymond Toy <toy.raymond at gmail.com>
> wrote:
>
>
> On Aug 28, 2012 7:52 PM, <fbp at isep.ipp.pt> wrote:
> >
> > On Tue, 28 Aug 2012 12:19:20 -0700, Raymond Toy <toy.raymond at gmail.com>
> wrote:
> >>
> >>
> >>
> >> On Tue, Aug 28, 2012 at 11:44 AM, <fbp at isep.ipp.pt> wrote:
> >>>
> >>> Hi,
> >>>
> >>> many thanks for the fast help and answers.
> >>> 1) No load of lapack and graphs in Windows XP sp3:
> >>>
> >>> Maxima 5.28.0-2 http://maxima.sourceforge.net
> >>> using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
> >>> Distributed under the GNU Public License. See the file COPYING.
> >>> Dedicated to the memory of William Schelter.
> >>> The function bug_report() provides bug reporting information.
> >>>
> >>> (%i1) load(lapack);
> >>>
> >>> Compiling
> /PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/lapack-package.lisp.
> >>
> >> I don't have gcl available, but if you could do an experiment for me,
> that would be very helpful.
> >>
> >> In lapack-package.lisp, every occurrence of #:foo should be changed to
> "FOO". That is, remove the "#:" and change the following stuff to upper
> case, inside double quotes. I'm pretty sure that will fix the issue.
> >>
> >> Ray
> >
> > Hi,
> >
> > I just did what You say but lapack didn't compile.
>
> I guess I was wrong. But couldn't you provide just a little more detail
> about why it's still not working?
>
> Ray
>
>
>
> > I still obtain in Xmaxima :
>
> > (%i1) load(lapack);
>
> Compiling
> /PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/lapack-package.lisp.
>
> loadfile: failed to load
> C:/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/load-lapack.lisp
>
Hmm. Can you try the following:
load("load-lapack.lisp");
That will probaby generate an error, but continue anyway and enter
:lisp (mk:oos "lapack-interface" :compile)
Please send the output from both the load and he mk:oos commands.
Also, does anyone else have problems building lapack on windows? I don't
have easy access to a windows machine to try this myself.
Thanks,
Ray