CUTEr is a versatile testing environment for optimization and linear algebra solvers. This toolbox is a scilab port of the original Matlab toolbox (http://hsl.rl.ac.uk/cuter-www/).
Upload date : 2009-11-18 16:44:24 MD5 : 359c33c9b90d71d9c0a1de1a91ffdc48 SHA1 : 1283384a28ca6657eb6c5c7dcedb5db16f8fed7f Downloads : 407 File list
Hi, The CUTEr toolbox does not seem to work on Windows with Scilab 5.3.2: Start CUTEr Load macros Load gateways atomsLoad: An error occurred while loading 'CUTEr-1.1-1': link: The shared archive was not loaded: The specified procedure could not be found. Regards, Michaël Baudin
Hi, The CUTEr toolbox does not seem to work on Linux with Scilab 5.3.2: Start CUTEr Load macros Load gateways atomsLoad: An error occurred while loading 'CUTEr-1.1-1': link: The shared archive was not loaded: /home/michael/scilab- 5.3.3/share/scilab/contrib/CUTEr/1.1- 1/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: AddFunctionInTable Regards, Michaël Baudin
we are trying to install CUTEr with operating system Ubuntu 11.10, Scilab 5.3.3 and gfortran. We downloaded CUTEr from http://forge.scilab.org/index.php/p/cuter/downloads/ and followed the readme instructions for the installation. We had executed successfully exec /home/soporte/cuter/builder.sce, but when we executed exec /home/soporte/cuter/loader.sce the following error message appear ->// This file is released under the 3-clause BSD license. See COPYING-BSD. -->// Generated by builder.sce: Please, do not edit this file -->try --> getversion('scilab'); -->catch --> error("Scilab 5.0 or more is required."); -->end; -->exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start"); Start CUTEr Load macros Load gateways link(libtools_path + filesep() + '../../src/tools/libsiftools' + getdynlibext()); !--error 236 link: The shared archive was not loaded: /home/soporte/cuter/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: AddFunctionInTable at line 13 of exec file called by : exec(src_path+"tools_gateway/loader.sce",-1) at line 12 of exec file called by : exec( pathconvert(root_tlbx+"/sci_gateway/loader_gateway.sce",%f)); at line 17 of exec file called by : exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start"); at line 10 of exec file called by : exec /home/soporte/cuter/loader.sce We find that the problem is that in the new version of Scilab (5.3.3) the function AddFunctionInTable was changed. An old version of Scilab is not available and the CUTEr atoms is not updated. Have you find a solution? Regards, Graciela > Hi, > > The CUTEr toolbox does not seem to work on Linux with Scilab 5.3.2: > > Start CUTEr > Load macros > Load gateways > atomsLoad: An error occurred while loading 'CUTEr-1.1-1': > link: The shared archive was not loaded: /home/michael/scilab- > 5.3.3/share/scilab/contrib/CUTEr/1.1- > 1/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: > AddFunctionInTable > > Regards, > > Michaël Baudin
we are trying to install CUTEr with operating system Ubuntu 11.10, Scilab 5.3.3 and gfortran. We downloaded CUTEr from http://forge.scilab.org/index.php/p/cuter/downloads/ and followed the readme instructions for the installation. We had executed successfully exec /home/soporte/cuter/builder.sce, but when we executed exec /home/soporte/cuter/loader.sce the following error message appear ->// This file is released under the 3-clause BSD license. See COPYING-BSD. -->// Generated by builder.sce: Please, do not edit this file -->try --> getversion('scilab'); -->catch --> error("Scilab 5.0 or more is required."); -->end; -->exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start"); Start CUTEr Load macros Load gateways link(libtools_path + filesep() + '../../src/tools/libsiftools' + getdynlibext()); !--error 236 link: The shared archive was not loaded: /home/soporte/cuter/sci_gateway/tools_gateway//../../src/tools/libsiftools.so: undefined symbol: AddFunctionInTable at line 13 of exec file called by : exec(src_path+"tools_gateway/loader.sce",-1) at line 12 of exec file called by : exec( pathconvert(root_tlbx+"/sci_gateway/loader_gateway.sce",%f)); at line 17 of exec file called by : exec(get_absolute_file_path("loader.sce")+"etc/"+"CUTEr.start"); at line 10 of exec file called by : exec /home/soporte/cuter/loader.sce We find that the problem is that in the new version of Scilab (5.3.3) the function AddFunctionInTable was changed. An old version of Scilab is not available and the CUTEr atoms is not updated. We thankfully hope for help!
fixed see version 1.3 Allan