[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave & ATLAS
From: |
Joao Cardoso |
Subject: |
Re: octave & ATLAS |
Date: |
Tue, 18 Apr 2000 05:26:15 +0100 |
Stef Pillaert wrote:
>
> Sorry to pop up with this again, but I really want to use with my fast ATLAS
> library with octave, and I can't get it to work...I have ATLAS 3.0, so
> libatlas.a, libcblas.a & libf77blas.a are in /usr/lib. Also, I created the
> modified liblapack.a that ATLAS provides (replacing a few functions in my
> original liblapack.a version 3).
> I also made a shared version of all these libs (".so") manually. ("ar x
> lib????.a" & "gcc -shared -o lib????.so *.o")
This might not work in all architectures. Usually the object files of a
shared library must be compiled (using gcc) with the `-fpic' flag.
That can be specified when configuring ATLAS.
Joao
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------