Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: libpng-1.0.13-2, libpng10-1.0.13-2, libpng10-devel-1.0.13-2 References: <20020507052829 DOT 76E7A1B3E2 AT redhat DOT com> From: watanabe AT sigmaitec DOT co DOT jp (=?ISO-2022-JP?B?GyRCRU9KVRsoQiA=?= =?ISO-2022-JP?B?GyRCQDUbKEI=?= / Tadashi Watanabe) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Organization: Sigma Itec Inc. Date: Tue, 07 May 2002 17:07:30 +0900 In-Reply-To: <20020507052829.76E7A1B3E2@redhat.com> (Charles Wilson's message of "Tue, 7 May 2002 01:28:29 -0400 (EDT)") Message-ID: Lines: 26 User-Agent: T-gnus/6.15.7 (based on Oort Gnus v0.07) Mule-UCS/0.84 (=?ISO-2022-JP?B?S09VR0VUU1VEQUk6GyRCOH43bkJmGyhC?=) SEMI/1.14.3 (Ushinoya) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.3 Emacs/21.2 (i386-msvc-nt5.0.2195) MULE/5.0 (SAKAKI) Cancel-Lock: sha1:BH97xRHGf4Q7/WrtUe+VGGykcBY= >>>>> In <20020507052829 DOT 76E7A1B3E2 AT redhat DOT com> >>>>> Charles Wilson 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/