[scilab-Users] where is libscilab.a ?

Sylvestre Ledru sylvestre.ledru at inria.fr
Thu Nov 13 21:50:11 CET 2008


Le jeudi 13 novembre 2008 à 21:40 +0100, Gerard Henry a écrit :
> hello,
> i got this error when installing:
> ...
> chmod +x /usr/local/scilab-5.0.3/lib/scilab/libscilab.so.0.0.0
> /usr/local/wrapper/bin/install -c .libs/libscilab.lai 
> /usr/local/scilab-5.0.3/lib/scilab/libscilab.la
> /usr/local/wrapper/bin/install -c .libs/libscilab.a 
> /usr/local/scilab-5.0.3/lib/scilab/libscilab.a
> /usr/local/wrapper/bin/install: cannot stat `.libs/libscilab.a': No such 
> file or directory
> make[3]: *** [install-pkglibLTLIBRARIES] Error 1
> make[3]: Leaving directory `/local/apps/src/scilab-5.0.3/modules'
You should not get that.

> libscilab.a is nowhere, but libscilab.so exists! How is it possible? 
.a = static lib
.so = dyn lib

Adding the option --disable-static to the configure should fix your
problem.

> Is 
> there a short makefile i can execute instead of restarting from the 
> beginning?
What do you mean ?

S





More information about the users mailing list