[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (OFF TOPIC?) libatlas.so vs. libatlas.a
From: |
Yoriaki FUJIMORI |
Subject: |
Re: (OFF TOPIC?) libatlas.so vs. libatlas.a |
Date: |
Fri, 27 Apr 2001 02:17:30 +0900 |
Make a working directory and in that directory, do
% ar x /usr/lib/libhogehoge.a
Then, you can create dynamic-link library as
% gcc -shared -Wl,-soname,libhogehoge.so -o libhogehoge_blahblah.so *.o
After creating libhogehoge_blahblah.so, you can move it to an appropriate
location.
Good luck!
Yoriaki Fujimori
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------