[Digikam-users] Failure to compile on digikam-4.12.0 on Slackware current
lai
lai1593 at gmail.com
Sat Aug 15 05:24:15 BST 2015
Jeff Robinson <jeffnik at ...> writes:
>
>
> Hi folks,
>
> I'm trying to compile Digikam 4.12.0 on Slackware current (64-bit) and
> I've run into what appears to be a linking error. I've successfully
> compiled and can run 4.11.0 on this same set-up, but after I do the
> "./bootstrap.linux" and run "make" in the build directory everything
> progresses well up until:
>...
>
> Thanks in advance,
>
> Jeff
>
i suggest you rebuild imagemagick
with
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--sysconfdir=/etc \
--program-prefix= \
--with-x \
--with-frozenpaths=no \
--with-modules \
--disable-openmp \
--enable-static=no \
--enable-shared \
--with-gcc-arch=$ARCH \
--with-perl \
--with-rsvg \
--build=$ARCH-slackware-linux || exit 1
--with-modules is needed
good luck!
More information about the Digikam-users
mailing list