Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2001 01:42:52 -0400
From:      parv <parv_@yahoo.com>
To:        f-ports <freebsd-ports@freebsd.org>
Subject:   importance of "ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5"
Message-ID:  <20011011014252.A30228@moo.holy.cow>

next in thread | raw e-mail | index | archive | help
i just compiled the newest w3m port and got these messages:

# make -DINLINE_IMAGE
...
cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgdisplay  w3mimgdisplay.o `imlib-config --libs`
/usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5
cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -c w3mimgsize.c
cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgsize  w3mimgsize.o `imlib-config --libs`
/usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5


can anybody tell me the gravity of the warning? and, how should i 
deal w/ it?

thanks much.

- parv

-- 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011011014252.A30228>