<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,</div><div><br></div><div>I've got a problem creating C code shared libraries under Scilab. I've got several functions separated in several .c files. Another .c file contains all the parameters used in my functions.</div><div>I'd like to distribute my functions in one library (closed) and leave the file with parameters accessible (to be able to modifiy these parameters to make several tests). I can't find a solution to create the library without the parameter file and compile the parameter file separately and link everything together.</div><div>Any idea would be appreciated.</div><div><br></div><div>Best regards,</div><div>Benoit Lalande</div></div></body></html>