X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <48FC57FC DOT 94223336 AT dessent DOT net> <20081024102405 DOT GB3304 AT DWTC-B9> Subject: RE: problem compile with gcc Date: Fri, 24 Oct 2008 13:03:14 +0100 Message-ID: <01c101c935d0$7e34d0b0$9601a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20081024102405.GB3304@DWTC-B9> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 bjoe wrote on 24 October 2008 11:24: > #include ^^^^^^^^^^^^^^^^^ Remove this. It isn't supported on cygwin, although it is when doing a mingw cross-compile ('-mno-cygwin'). > #include ^^^^^^^^^^^^^^^^^^^^^ Missing header dependency; needs "#include " before this line. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/