Re: [SIP-devel] Some minor path problems with ImageMagick
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <rf...@if...> - 2002-12-04 03:54:29
|
On Wed, 4 Dec 2002, Vasileios Zografos wrote: > Loading shared executable ./cybervis/libcybervis.so > ./cybervis/libcybervis.so: undefined symbol: SetImagePixels > link(libsip_path+'/cybervis/libcybervis.so'); > !--error 236 > link: the shared archive was not loaded This is a link problem. Check if you did the right bugfix in the /usr/lib/scilab-2.6/config/Makeso.incl For sip-dev, change the line: LDFLAGS = to LDFLAGS = $(EXTRA_LDFLAGS) Note that this is different from the sip stable release, in which case you should use OTHERLIBS instead of EXTRA_LDFLAGS. Go to the sip-dev source directory and type "make distclean" before running builder.sce again. please let me know if it works now. PS: this building process is cumbersome. I'm working on direct autoconf/automake/libtool support in SIP to make a solid build/installation process. Ricardo. -- Ricardo Fabbri Cybernetic Vision Research Group - USP http://cyvision.if.sc.usp.br/~rfabbri |