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 Date: Sun, 29 Dec 2002 17:47:37 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Cannot use zlib with Mingw Message-ID: <20021229224737.GA10971@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3E00A2010000CAD1 AT mail-8 DOT tiscalinet DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E00A2010000CAD1@mail-8.tiscalinet.it> User-Agent: Mutt/1.5.1i On Sat, Dec 28, 2002 at 09:25:27PM +0100, fabrizio_ge-wolit AT tiscali DOT it wrote: >I was trying to compile a program which uses zlib with Mingw (i.e. with >the flag -mno-cygwin) but the compilation failed because zlib.h could not >be found. No problems with standard Cygwin compilation. > >Probably, if -mno-cygwin is used, only the directory /usr/include/mingw >is searched, /usr/include is not. Well, the flag -I/usr/include could be >added, but I am afraid some header files could conflict. > >To reproduce the problem: type this simple file > >#include > >int main(){ >return 0; >} > >and compile it with > >gcc -c -mno-cygwin .c > >The error is "zlib.h: No such file or directory". No problems at all if > >gcc -c .c > >is launched) > >Is there a way to get round this problem? www.mingw.org? zlib.h is part of cygwin. Of course it can't be found if you say -mno-cygwin. It seems like many people assume that -mno-cygwin is some magical way to get all of cygwin's functionality without the use of the cygwin dll. It isn't. The libraries in /usr/lib and the include files in /usr/include are cygwin files. The files in /usr/lib/mingw and /usr/include/mingw are provided for base mingw support. If you need more or have more detailed mingw questions, then the mingw mailing list is the place to go. cgf -- 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/