On Tue, Jun 24, 2008 at 1:15 PM, Michael Shell <[EMAIL PROTECTED]> wrote: > On Tue, 24 Jun 2008 12:11:49 -0600 > Dan Kociela <[EMAIL PROTECTED]> wrote: > > Another idea is to look for (and the contents of) libgnomeprint-2.2.pc > and libgnomeprintui-2.2.pc in /usr/lib/pkgconfig, or ask pkg-config: > > pkg-config --modversion libgnomeprint-2.2
This is probably what you want to do to debug this since it's pretty equivalent to what the configure script is doing. Try: $ pkg-config --libs "libgnomeprint-2.2 >= 2.2.0 libgnomeprintui-2.2 >= 2.2.0" If that's not successful, then that's the reason for the errors. If that is successful, try looking at config.log in the abiword source tree. It should contain more detailed information about errors. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
