X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Pbm with ar.h when compiling make-3.80 for mingw Date: Wed, 15 Feb 2006 19:27:55 -0000 Message-ID: <006c01c63265$ebef44d0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <43F37C0E.7060509@alterface.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 On 15 February 2006 19:08, Xavier Marichal wrote: > Basically, I want to compile make using Cygwin, but in a way that is > independent from Cygwin (hence the -mno-cygwin). I'm sorry if I > offended someone... It's not an offence, but the thing is that if you use -mno-cygwin, you aren't using cygwin, and in particular, you aren't using the Cygwin version of gcc. You are using the MinGW version of the compiler, with the MinGW system headers and MinGW libraries. > I suppose I'll have to investigate it alone then, since I suppose it > must be possible to provide -mno-cygwin as a flag to configure. You could always investigate it on the MinGW list, where they would like to know if there are problems with the MinGW header files that come with the MinGW version of the gcc compiler. That was the point I was trying to make! 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/