delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | =?ISO-8859-1?Q?Ren=E9_Berber?= <rberber AT prodigy DOT net DOT mx> |
Subject: | Re: Cygwin gcc and g90 compilers... |
Date: | Tue, 23 Aug 2005 17:48:57 -0500 |
Lines: | 34 |
Message-ID: | <deg94q$l8p$1@sea.gmane.org> |
References: | <81E351B0A0921C4DB6A3A1EF352726A76AC2C2 AT server DOT eegsa DOT corp> |
Mime-Version: | 1.0 |
User-Agent: | Mozilla Thunderbird 1.0.2 (Windows/20050317) |
In-Reply-To: | <81E351B0A0921C4DB6A3A1EF352726A76AC2C2@server.eegsa.corp> |
OpenPGP: | url=ldap://keyserver.pgp.com |
X-IsSubscribed: | yes |
Juan Carlos Morataya wrote: > I think that I need to Building a native STLport with Cygwin gcc in my in= stalled system by the mean of >=20 > make -fgcc-mingw.mak "CXXFLAGS_COMMON=3D-mno-cygwin -I/usr/include/mingw" >=20 > is that correct? No. > If so... I do it but my system doesn't found the gcc-mingw.mak make file.= .. some idea about this issue that can help me?? [snip] First, the line above should be written like: make -f gcc-mingw.mak "CXXFLAGS_COMMON=3D-mno-cygwin -I/usr/include/ming= w" A space between -f and the makefile name. Second, if you want to build something with -mno-cygwin then you need to in= stall the MingW libraries, which are not installed by default. Use setup.exe aga= in and select the libraries from the Development category. You should have said which libraries were missing in your first message. HTH --=20 Ren=E9 Berber -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |