<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Hello<br><br>I start to use scilab and want to use call_scilab., but I get the following linking problem:<br><br>I downloaded and extract the following file<br>scilab-5.4.1.bin.linux-x86_64.tar.gz<br>execute:<br>~/scilab-5.4.1/bin/scilab<br><br>then for call_scilab:<br><br>according to the documentation:<br>In the binary version of Scilab, CFLAGS must be set to /path/to/scilab/include/scilab/core/ and /path/to/scilab/include/scilab/call_scilab<br><br>but in the downloaded file the core subdirectory is not present<br><br>and according to another source:<br>http://gitweb.scilab.org/?p=scilab.git;a=blob;f=scilab/Makefile.call_scilab.am;h=b3a3b8baaa1563dc1f73cc262b97987a74605af8;hb=HEAD<br><br>it seems that there are 3 lib to link:<br>libscilab.so,libscicall_scilab.so et libscicore.so (this one is absent)<br><br><br>so in the C++ IDE I specified the following things:<br>for include:<br>scilab-5.4.1/include/scilab<br>for lib:<br>scilab-5.4.1/lib.scilab/libscilab.so<br>scilab-5.4.1/lib.scilab/libscicall_scilab.so<br><br>and I get<br>./../scilab-5.4.1/lib/scilab/libscicall_scilab.so: undefined reference « com_ »<br>../../scilab-5.4.1/lib/scilab/libscicall_scilab.so: undefined reference « callFunctionFromGateway »<br>../../scilab-5.4.1/lib/scilab/libscicall_scilab.so: undefined reference « createNamedMatrixOfString »<br>etc..<br><br>may be one library is missing, I suppose that probably it's the libscicore.so,I am new on scilab, is there someone who can suggest a solution?thanks a lot<br>pascal<br><br><br><br><br><br><br></BODY></HTML>