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 To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Cygwin gcc and g90 compilers... Date: Tue, 23 Aug 2005 17:48:57 -0500 Lines: 34 Message-ID: References: <81E351B0A0921C4DB6A3A1EF352726A76AC2C2 AT server DOT eegsa DOT 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/