hello,
My machine is 64bit and my os is REHL 64bit too. I need to use magick++ library 
with one of my program. My program need to complie with CFLAGS '-m32' . when i 
complie my program with magick++ u got this error
/usr/bin/ld: skipping incompatible /usr/local/lib/libMagick++.so when searching 
for -lMagick++/usr/bin/ld: skipping incompatible /usr/local/lib/libMagick++.a 
when searching for -lMagick++/usr/bin/ld: skipping incompatible 
/usr/local/lib/libMagick++.so when searching for -lMagick++/usr/bin/ld: 
skipping incompatible /usr/local/lib/libMagick++.a when searching for 
-lMagick++/usr/bin/ld: skipping incompatible /usr/local/lib/libMagick++.so when 
searching for -lMagick++/usr/bin/ld: skipping incompatible 
/usr/local/lib/libMagick++.a when searching for -lMagick++/usr/bin/ld: cannot 
find -lMagick++
if I remove '-m32' there will be error from other library that need to be 
complied in 32 bit.
i tried to config imagemagick with ./configure CFLAGS=-m32 but i wasn't work.i 
got error like this :-
checking size of signed long long... 0checking size of unsigned long long... 
0checking size of off_t... configure: error: in 
`/opt/localhomes/myfolder/ImageMagick-6.5.4-2':configure: error: cannot compute 
sizeof (off_t)

can any one tell me if there are some ways i can complie or install 32bit 
imagemagick library in my 64bit machine/OS.
thx,gra




      
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to