[Scilab-Dev] Building scilab-5.2.1 on redhat5 x86_64

Collette yann yann.collette at scilab.org
Thu Apr 1 11:28:36 CEST 2010


Hello
> 1/
> I use --with-blas-library=[...]  --with-lapack-library=[...] on configure to build scilab with a optimized math lib ( acml_multithreaded for example ) , the compilation is ok but at the end during the linking of  
>   
For these flags, you need to ship the complete path to the blas / lapack 
library: --with-blas-library=/usr/lib/libblas.a 
--with-lapack-library=/usr/lib/liblapack.a
>
> 2/
> When I launch scilab , I have an error message with a empty tk frame, but scilab start 
> Whith the tcl/tk demos : the interfaces are initialised but there is not interaction
> § scilab
> 	  !--error 999
> 	Erreur TCL: Erreur pendant l'initialisation de TCL (Tcl_Init): package not known
> 	
> 	  !--error 999
> 	Erreur Tcl: Erreur pendant l'initialisation de TK (Tk_Init): invalid command name "tcl_findLibrary"
>
> if someone have an idea...
>
>   
Which version of TCL do you have on your redhat ?

YC



More information about the dev mailing list