Le Wed, 7 Dec 2011 18:50:46 -0800 (PST), Darrell Anderson humanreadable@yahoo.com a écrit :
My first attempt would be to see which shared library all those symbols ended up in. Sometimes (it depends on the processing power of your computer) you can do a simple text-based search in your library directory for e.g. DrawSetFillPatternURL to figure out which library it is.
Once you know the library name, try appending it as a linker flag to the koffice/filters/chalk/gmagick/Makefile.am LDFLAGS string; e.g if you found libfoo.so.1.0.0 contains the symbol then you would append -lfoo
I want to verify I am patching the file correctly. The library with the symbols is /usr/lib/libMagickWand.so.3.0.0.
Do I append like this?:
-llib/MagickWand
Or this?:
-lMagickWand
This one.
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting