CentOS 5.4: linking problem
Posted: 2010-02-09T10:03:45-07:00
Hi,
I have written an application that use the library of Image Magick. The application works well in Ubuntu 9.10 but I can't compile it on CentOS 5.4. The error is the following
Where is the problem? I'm not expert programmer
Thank
I have written an application that use the library of Image Magick. The application works well in Ubuntu 9.10 but I can't compile it on CentOS 5.4. The error is the following
Code: Select all
cc -pg -shared -Xlinker -x -lMagickWand -o app_conference.so app_conference.o conference.o member.o frame.o cli.o temp/stream.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o
/usr/bin/ld: cannot find -lMagickWand
collect2: ld returned 1 exit status
make: *** [app_conference.so] Error 1
Thank