-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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? Brad Index: configure.in.in =================================================================== RCS file: /home/kde/koffice/configure.in.in,v retrieving revision 1.31 diff -u -3 -p -r1.31 configure.in.in - --- configure.in.in 17 Jun 2003 09:38:44 -0000 1.31 +++ configure.in.in 6 Jul 2003 20:42:34 -0000 @@ -22,7 +22,7 @@ if test -n "$MAGICK_CONFIG"; then vers=`$MAGICK_CONFIG --version 2>/dev/null | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` if test -n "$vers" && test "$vers" -ge 5005002 then - - LIBMAGICK_LIBS="`$MAGICK_CONFIG --libs`" + LIBMAGICK_LIBS="`$MAGICK_CONFIG --ldflags` `$MAGICK_CONFIG --libs`" LIBMAGICK_RPATH= for args in $LIBMAGICK_LIBS; do case $args in -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE/CIjkW6pHgIdAuOMRAhL0AKCyjqex2zSY098q8RzZjDVZOx0oOQCgiXc3 UJl90BYkYi8zanJ3BcEm+Ls= =RS0p -----END PGP SIGNATURE----- _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel