[cairo] Libtool missing a flag

Gerdus van Zyl gerdusvanzyl at gmail.com
Sun Apr 12 09:53:08 PDT 2009


Thank you the "lt_cv_deplibs_check_method=pass_all" trick worked! Now
to have some fun with cairo, I hear that's what one does :-)

On Sun, Apr 12, 2009 at 4:14 PM, Tor Lillqvist <tml at iki.fi> wrote:
>> Ok, I compile pixman to only output a static lib since that's what I
>> want: a cairo dll with pixman staticly linked as in no dependency on
>> libpixman-1-0.dll. So how do I achieve that?
>
> Through slight hacking;)
>
> sed -e 's!file /!dont-want-to-use-file!' <configure >configure.temp &&
> mv configure.temp configure
>
> sometimes works. Or run configure with the command-line option
> lt_cv_deplibs_check_method=pass_all  ... Then libtool won't do all the
> crack it does to find out whether what you are doing might work or
> not, and just try, and let the linker do what it is degined to do.
> Which is good.
>
> --tml
>


More information about the cairo mailing list