trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] KOffice 3.5.13 FTBFS (how to link)

From: /dev/ammo42 <mickeytintincolle@...>
Date: Thu, 8 Dec 2011 04:05:56 +0100
Le Wed, 7 Dec 2011 18:50:46 -0800 (PST),
Darrell Anderson <humanreadable@...> 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@... For additional
> commands, e-mail: trinity-devel-help@... 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
>