[Scilab-Dev] Re: Re: Matio dependency (Fedora)

Sylvestre Ledru sylvestre.ledru at inria.fr
Wed Apr 16 17:20:53 CEST 2008


It is a bug in matio. It doesn't stop when it cannot find gfortran.
Check if it is well install. If it is the case, try:
./configure F77=gfortran 
and retry to build

Sylvestre


Le mercredi 16 avril 2008 à 17:48 +0300, Enrico Segre a écrit :
> Believe it or not, this doesn't work for me on CentOs51 (essentially
> RHEL5)
> 
> [root at segre-pc2 matio-1.3.2]# make
> Making all in src
> make[1]: Entering directory `/usr/share/scilab/matio-1.3.2/src'
> make  all-am
> make[2]: Entering directory `/usr/share/scilab/matio-1.3.2/src'
> /bin/sh ../libtool --mode=link      -o libmatio.la -rpath /usr/local/lib
> snprintf.lo endian.lo io.lo inflate.lo read_data.lo mat5.lo mat4.lo
> mat.lo   -lm 
> libtool: unrecognized option `-o'
> Try `libtool --help' for more information.
> make[2]: *** [libmatio.la] Error 1
> make[2]: Leaving directory `/usr/share/scilab/matio-1.3.2/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/share/scilab/matio-1.3.2/src'
> make: *** [all-recursive] Error 1
> 
> 
> Not even
> 
> [root at segre-pc2 src]# libtool --mode=link -o libmatio.la
> -rpath /usr/local/lib  snprintf.lo endian.lo io.lo inflate.lo
> read_data.lo mat5.lo mat4.lo mat.lo   -lm 
> libtool: unrecognized option `-o'
> 
> (that is using the systemwide libtool rather than the ones coming with
> matio - and I even upgraded to libtool-1.5.24-3.fc8.x86_64)
> 
> Investigating why...
> 
> Enrico
> 




More information about the dev mailing list