X-Spam-Check-By: sourceware.org Message-ID: <43935CD4.3080904@cwilson.fastmail.fm> Date: Sun, 04 Dec 2005 16:17:08 -0500 From: Charles Wilson User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: libtiff, libjpeg, cygwin compile problems References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Paul J. Lucas wrote: > I'm trying to compile libtiff (using libjpeg) under cygwin and > I'm getting all kinds of compile-time errors. FYI: I need to > compile with the -mno-cygwin flag to gcc since my software as a > whole can't depend on the end-user having cygwin installed. You're not really compiling for cygwin. When you use -mno-cygwin, you're compiling for native windows. I don't support jpeg/tiff for anything other than pure cygwin. You'll have better luck looking here: http://gnuwin32.sourceforge.net/ Those guys do native-windows (e.g. -mno-cygwin) ports (although they actually use the mingw compiler, not the cygwin compiler in -mno-cygwin mode). -- Chuck cygwin jpeg/tiff maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/