>>>>> In <[EMAIL PROTECTED]> >>>>> Charles Wilson <[EMAIL PROTECTED]> wrote:
> The symlinks I mentioned earlier: > in /usr/lib/pkgconfig: libpng.pc --> libpng10.pc > I've implemented this symlink creation as part of the postinstall > script. The postinstall script creates symlink libpng.pc to .pc. --- etc/postinstall/libpng10-devel.sh.orig Tue May 7 16:55:28 2002 +++ etc/postinstall/libpng10-devel.sh Tue May 7 16:57:24 2002 @@ -14,7 +14,7 @@ ln -fs ${LIBNAME}.a libpng.a ln -fs ${LIBNAME}.dll.a libpng.dll.a ) (cd ${libdir}/pkgconfig - ln -fs ${LIBAME}.pc libpng.pc ) + ln -fs ${LIBNAME}.pc libpng.pc ) (cd ${incdir} ln -fs ${LIBNAME} libpng ln -fs ${LIBNAME}/png.h png.h -- WATANABE, Tadashi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/