Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Subject: Re: compiling QT on cygwin(latest stable version) please help To: "Charles S. Wilson" 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 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit 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