[Scilab-Dev] Windows build prerequisites for scilab (GIT master)
    Enrico Segre 
    enrico.segre at weizmann.ac.il
       
    Sun Nov 16 10:03:15 CET 2008
    
    
  
> By the way, for your matio problem: have you added a --enable-shared 
> option to the configure script of matio ?
> By default, matio builds a static library which is not detected by 
> scilab (it detects only shared library).
no, in fact I didn't think of, and was surprised that at the end of the 
build I had only .a. Now make install finally puts libmatio.so in 
/usr/local/lib/, thanks.
> If you try:
> export PKG_CONFIG_PATH=path/to/matio/with/the/.pc/file
> before the configure, it should work.
>   
Indeed it works with /usr/local/lib/pkgconfig/ where the matio.pc 
created today is.
 Thanks for that too, Enrico
    
    
More information about the dev
mailing list