Stephan Jaeger wrote:
 
> Am I the only one having this problem?

Don't know, but I don't have it, at least (*).

> ld: warning -L: directory name
> (/sw/src/libxml2-2.4.18-3/libxml2-2.4.18/.libs) does not exist

These warnings are ugly, but seem to be harmless. 
[]
> source='composite.c' object='composite.o' libtool=no \
> depfile='.deps/composite.Po' tmpdepfile='.deps/composite.TPo' \
> depmode=gcc /bin/sh ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I../magick -I../ -I.. -I../libltdl
> -I/sw/include/libxml2 -I/sw/include/freetype2 -D_REENTRANT
> -no-cpp-precomp -I/sw/include -I/sw/include  -g -O2 -Wall -c `test -f
> composite.c || echo './'`composite.c
> /bin/sh ../libtool --silent --mode=link cc  -g -O2 -Wall  -L/sw/lib
> -L/sw/lib -L/sw/lib -L/sw/lib -o composite -L/sw/lib -L/sw/lib -L/sw/lib
> -L/sw/lib composite.o ../magick/libMagick.la
> /usr/bin/ld: warning -L: directory name
> (/sw/src/libxml2-2.4.18-3/libxml2-2.4.18/.libs) does not exist

So far I see the same things. The fatal error comes now: 

> /usr/bin/ld: Undefined symbols:
> _DestroyImageList
> _GetImageGeometry
> _WriteImages

These symbols should be defined in the libMagick.dylib that is
constructed before. You might want to look for other problems appearing
earlier in the output.

-- 
Martin

(*) While imagemagick-nox compiles OK for me, I would have doubts about
the correctness of any patch file that produces the following messages:

patch -p1 </sw/fink/dists/unstable/main/finkinfo/graphics/imagemagick-nox-5.4.4-3.patch
patching file configure
Hunk #1 succeeded at 6211 (offset 764 lines).
Hunk #2 succeeded at 7774 (offset 54 lines).
Hunk #3 succeeded at 12100 (offset 844 lines).
Hunk #4 succeeded at 20806 with fuzz 2 (offset 2037 lines).
Hunk #5 succeeded at 19680 with fuzz 1 (offset 850 lines).

Reply via email to