This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl, lapack and blas on cygwin



--- Teun Burgers  wrote:

> Hello James,
> 
> James R. Phillips wrote:
> 
> > Please try installing these via "tar -C / -xjf lapack-3.0-2.tar.bz2", and
> then
> > see if you can build gsl with linker flag "-lblas" to pick up the cblas
> > routines.
> 
> I did. The build succeeds. Unfortunately I get crashes in
> cblas tests for sdsdot from gsl. I have built a debug version of your 
> lapack blas from the source version. It goes wrong in the call from 
> cblas_sdsdot.c to sdsdotsub.f. The values in sdsdotsub are bogus.
> So that has been narrowed down quite a bit, but I still can't find
> the cause. It needs more work and I will keep you posted.
> 

OK, the cause appears to be operator error, not compiler error.  There were
some duplicate addresses in the lapack blas and cblas libraries, which was
easily solved by modifying the link.

Please try the downloading the package again, as I have updated it to fix this
problem.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]