delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Tue, 15 May 2001 22:48:30 -0400 |
From: | chavez <chavezd AT bigplanet DOT com> |
Subject: | Re: compiling QT on cygwin(latest stable version) please help |
To: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
Cc: | cygwin AT cygwin DOT com |
Message-id: | <002d01c0ddb2$b7c48240$4369303f@c> |
MIME-version: | 1.0 |
X-MIMEOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200 |
X-Mailer: | Microsoft Outlook Express 5.50.4522.1200 |
X-Priority: | 3 |
X-MSMail-priority: | Normal |
References: | <00e201c0dd6c$d1af31a0$f9f82c3f AT c> |
<3B01E6D7 DOT B16A7D1C AT ece DOT gatech DOT edu> |
-- Just a guess, but I don't think you're using any of the code in src/3rdparty/libpng/. The cygwin platform comes with the png libraries already compiled and installed. The qt configure is *most likely* finding them (in /usr/include, /usr/lib) and building against the headers in /usr/include. The only problem I see is that the Makefile, for whatever reason, forgets to add -lpng to the link command. And no, I don't know why and I don't know how to fix it -- other than to manually edit the Makefiles and add '-lpng' to LDFLAGS. <<---Where would i find this? -- If I did want to manually edit the Makefiles which ones would i change? (sorry I'm asking stupid questions...I'm searching blind through a really big maze) ~ Michael Chavez -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |