public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* libpng14-devel does not provide libpng.dll.a
@ 2010-08-13  3:30 Yaakov (Cygwin/X)
  2010-08-13  6:11 ` [PATCH] Create libpng.dll.a symlink on Cygwin/MinGW Yaakov (Cygwin/X)
  2010-08-13 12:59 ` libpng14-devel does not provide libpng.dll.a Charles Wilson
  0 siblings, 2 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2010-08-13  3:30 UTC (permalink / raw)
  To: cygwin

Chuck,

libpng14-devel provides libpng.a and libpng.la symlinks, but no
libpng.dll.a symlink.  I presume this is unintentional?


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Create libpng.dll.a symlink on Cygwin/MinGW
  2010-08-13  3:30 libpng14-devel does not provide libpng.dll.a Yaakov (Cygwin/X)
@ 2010-08-13  6:11 ` Yaakov (Cygwin/X)
  2010-08-13 12:59 ` libpng14-devel does not provide libpng.dll.a Charles Wilson
  1 sibling, 0 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2010-08-13  6:11 UTC (permalink / raw)
  To: cygwin

From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

---
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e53fd96..6fb3322 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,7 +119,7 @@ install-exec-hook:
 	cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
 	@set -x;\
 	cd $(DESTDIR)$(libdir);\
-	for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
+	for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
 		rm -f libpng.$$ext;\
                 if test -f $(PNGLIB_BASENAME).$$ext; then\
                        $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
diff --git a/Makefile.in b/Makefile.in
index 0afaa4a..4622a39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1243,7 +1243,7 @@ install-exec-hook:
 	cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
 	@set -x;\
 	cd $(DESTDIR)$(libdir);\
-	for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
+	for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
 		rm -f libpng.$$ext;\
                 if test -f $(PNGLIB_BASENAME).$$ext; then\
                        $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
-- 
1.7.1


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libpng14-devel does not provide libpng.dll.a
  2010-08-13  3:30 libpng14-devel does not provide libpng.dll.a Yaakov (Cygwin/X)
  2010-08-13  6:11 ` [PATCH] Create libpng.dll.a symlink on Cygwin/MinGW Yaakov (Cygwin/X)
@ 2010-08-13 12:59 ` Charles Wilson
  2010-08-13 13:40   ` Glenn Randers-Pehrson
  1 sibling, 1 reply; 4+ messages in thread
From: Charles Wilson @ 2010-08-13 12:59 UTC (permalink / raw)
  To: cygwin

On 8/12/2010 11:30 PM, Yaakov (Cygwin/X) wrote:
> libpng14-devel provides libpng.a and libpng.la symlinks, but no
> libpng.dll.a symlink.  I presume this is unintentional?

Yes. They changed the way these symlinks were done, to this:

        for ext in a la so
so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\

but dll.a is missing from that list. I'll roll out a replacement Sunday.

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libpng14-devel does not provide libpng.dll.a
  2010-08-13 12:59 ` libpng14-devel does not provide libpng.dll.a Charles Wilson
@ 2010-08-13 13:40   ` Glenn Randers-Pehrson
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Randers-Pehrson @ 2010-08-13 13:40 UTC (permalink / raw)
  To: cygwin

Charles Wilson <cygwin <at> cwilson.fastmail.fm> writes:
 
> but dll.a is missing from that list. I'll roll out a replacement Sunday.

I already took care of it upstream.

Glenn


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-13 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13  3:30 libpng14-devel does not provide libpng.dll.a Yaakov (Cygwin/X)
2010-08-13  6:11 ` [PATCH] Create libpng.dll.a symlink on Cygwin/MinGW Yaakov (Cygwin/X)
2010-08-13 12:59 ` libpng14-devel does not provide libpng.dll.a Charles Wilson
2010-08-13 13:40   ` Glenn Randers-Pehrson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).