[SIP-devel] Fwd: SIP0.5.6 compilation using cygwin
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <ric...@us...> - 2012-10-22 23:06:43
|
Hi Manoj, sorry for the late reply, as I was attending a conference in Florence. You must compile SIP as a shared module. From what I see the files that you have are all static. What you want is a dynamically linkable module. How to do that in Windows is beyond my skills, as that is a very complex OS for Unix programmers like myself ;-) Your efforts would be hugely appreciated, though. If you get it compiling, loading, and running, make sure that you document all your steps. We would thank you immensely. Good luck, -- Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net ---------- Forwarded message ---------- From: Manoj Gudi <man...@gm...> Date: Sun, Sep 9, 2012 at 2:57 AM Subject: SIP0.5.6 compilation using cygwin To: rf...@gm... Hello, I am compiling SIP which is required for my project particularly(and unfortunately) in Windows7 32bit OS. I have succesfully compiled SIP 0.5.6 which is available from http://siptoolbox.sourceforge.net/ under cygwin (I already compiled ImageMagick and AnImaL) The problem I am facing is the loader.sce loader_inlcude.sce requires a shared object file libsip.so which I am not getting anywhere Error: ->exec('C:\Program Files\scilab-5.3.0\contrib\sip-0.5.6\loader.sce', -1) addinter(libsip_path+'/libsip.so','libsip',functions); !--error 236 addinter: The shared archive was not loaded: The specified procedure could not be found. the lib folder has following files manoj@tokoyo /cygdrive/c/Program Files/scilab-5.3.0/contrib/sip-0.5.6/lib $ ls libsip.a libsip.c libsip.la libsip.lo libsip2.la Any idea how to solve this ? Is there any SIP developer mailing list where I should ask this ? - Manoj |