From koffice-devel Mon Jul 07 09:00:42 2003 From: David Faure Date: Mon, 07 Jul 2003 09:00:42 +0000 To: koffice-devel Subject: Re: [patch] Re: compile problems with filters/krita/magick X-MARC-Message: https://marc.info/?l=koffice-devel&m=105756855822864 On Sunday 06 July 2003 22:39, Brad Hards wrote: > On Fri, 6 Jun 2003 21:12 pm, Brad Hards wrote: > > However even after I fixed that, there was still a problem. I actually have > > two versions of ImageMagick (the one that came with my distro, and the > > 5.5.6 that I built from source). The problem is that while the configure > > script checks for each location to find the right version, the .la gets > > built with the first version. In my case, I needed /usr/local/lib, but got > > /usr/lib. > I just did a clean checkout build, and it is still failing with this problem. > Can this patch please be applied? > - LIBMAGICK_LIBS="`$MAGICK_CONFIG --libs`" > + LIBMAGICK_LIBS="`$MAGICK_CONFIG --ldflags` `$MAGICK_CONFIG --libs`" It's wrong to mix libs and ldflags. Can you add a LIBMAGICK_LDFLAGS variable, and use it from the Makefile.am's LDFLAGS line? Thanks. -- David Faure -- faure@kde.org, dfaure@klaralvdalens-datakonsult.se Qt/KDE/KOffice developer Klarälvdalens Datakonsult AB, Platform-independent software solutions _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel