Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: =?ISO-8859-1?Q?Ren=E9_Berber?= <rberber@prodigy.net.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@server.eegsa.corp>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:  quoted-printable
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/

