Matio dependency (Fedora)

Enrico Segre enrico.segre at weizmann.ac.il
Wed Apr 16 16:48:50 CEST 2008


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