Search found 4 matches

by pewang
2013-04-28T13:32:16-07:00
Forum: Users
Topic: Make fails on linux-based NAS device
Replies: 6
Views: 5055

Re: Make fails on linux-based NAS device

Actually now it's a different kind of fail... it seems

CCLD utilities/animate
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__adddf3@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so ...
by pewang
2013-04-28T12:31:58-07:00
Forum: Users
Topic: Make fails on linux-based NAS device
Replies: 6
Views: 5055

Re: Make fails on linux-based NAS device

My apologies, i'm really new to all this,
I've added
-lm
to both
MATH_LIBS = (which was empty)
and to
MAGICK_DEP_LIBS=
which already had
-ljpeg -lbz2 and -lz
then tried "make" again with no success, same response. Would it be possible that i'm missing some libraries, since i'm using this ...
by pewang
2013-04-28T12:13:18-07:00
Forum: Users
Topic: Make fails on linux-based NAS device
Replies: 6
Views: 5055

Re: Make fails on linux-based NAS device

Thanks for the prompt reply
have tried
make -lm
still i get

make all-recursive
make[1]: Entering directory `/volume1/web/ImageMagick-6.8.5-3'
Making all in .
make[2]: Entering directory `/volume1/web/ImageMagick-6.8.5-3'
CCLD utilities/animate
magick/.libs/libMagickCore-6.Q16.so: undefined ...
by pewang
2013-04-28T11:44:47-07:00
Forum: Users
Topic: Make fails on linux-based NAS device
Replies: 6
Views: 5055

Make fails on linux-based NAS device

Am trying to install latest stable version of IM on a Synology NAS device with linux-based system, "make" fails, here is the last bit of it:


CCLD utilities/animate
magick/.libs/libMagickCore-6.Q16.so: undefined reference to `log'
magick/.libs/libMagickCore-6.Q16.so: undefined reference to `sqrt ...