Re: [Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-27 Thread Mirko Vukovic
On Sat, Oct 4, 2014 at 8:09 PM, Scott Turner wrote: > On Sat, Oct 4, 2014 at 5:35 PM, Luís Oliveira wrote: >> >> Scott, the problem is probably either with the DLLs or SBCL. > Did you double-check that the libraries are in Windows' PATH? Mirko ___ Cf

Re: [Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-04 Thread Scott Turner
On Sat, Oct 4, 2014 at 5:35 PM, Luís Oliveira wrote: > Scott, the problem is probably either with the DLLs or SBCL. After many hours of testing, it looks like the problem is in the 64 bit version of SBCL. I'm going to take this discussion over to the SBCL list, but I appreciate your help. Lea

Re: [Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-04 Thread Luís Oliveira
Scott, the problem is probably either with the DLLs or SBCL. At this point, I'd try to reproduce the crash with another Lisp, e.g. CCL. (sent from my phone) On Oct 4, 2014 9:55 PM, "Scott Turner" wrote: > On Sat, Oct 4, 2014 at 3:50 PM, Luís Oliveira wrote: > >> From your description, it seems

Re: [Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-04 Thread Scott Turner
On Sat, Oct 4, 2014 at 3:50 PM, Luís Oliveira wrote: > From your description, it seems unlikely that CFFI is to blame. Can you > reproduce the crash using sb-alien:load-shared-object instead? I didn't know about sb-alien -- you learn something new with every bug. The crash is reproducible with

Re: [Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-04 Thread Luís Oliveira
Hello Scott, >From your description, it seems unlikely that CFFI is to blame. Can you reproduce the crash using sb-alien:load-shared-object instead? (sent from my phone) On Oct 4, 2014 4:59 AM, "Scott Turner" wrote: > I have been using the Lisp Linear Algebra package (LLA) for about a year. > I

[Cffi-devel] Problem With Lapack Libraries from Cygwin

2014-10-03 Thread Scott Turner
I have been using the Lisp Linear Algebra package (LLA) for about a year. It provides a Common Lisp interface to the BLAS and LAPACK libraries using CFFI. I use SBCL on Windows and have been loading the BLAS and LAPACK libraries from Cygwin64. A couple of days ago I updated my Cygwin installation