delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <199909302107.QAA11887@pluto.xraylith.wisc.edu> |
To: | cygwin <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Re: %Ld ? / regexps / platform optim. |
In-Reply-To: | Your message of "Thu, 30 Sep 1999 08:34:36 BST." |
<37F3128C DOT C35096D5 AT eircom DOT net> | |
Date: | Thu, 30 Sep 1999 16:07:25 -0500 |
From: | Mumit Khan <khan AT thor DOT xraylith DOT wisc DOT edu> |
Alain CULOS <Alain DOT EnnisZ AT eircom DOT net> writes: > > 1/ > I was wondering what the situation was regarding extra GNU features and > GCC > 2.95. As I tried the printf with long long ints and it printed them as if the > y > were plain long ints (using %Ld rather than %ld). > Maybe this is a blattant FAQ but I did not find it (might it be a > non-compatibility switch ?). Please be explicit as to whether you're using Cygwin or not. Also, what exactly do you mean by "extra GNU features"? Cygwin doesn't use GNU C library, so the issue is moot as far as library features go. > 2/ > Also I tried to use regexps to no avail (in C) following some win help for > libc > (reference manual for version 1.07 Beta of the GNU C Library) but I was not > able > to find (that was using egcs 1.1 mingw32). What regexp? GNU C library and Mingw32 are not related in any way, so unless you're talking about ANSI/ISO features, you can't expect it to match up. > 3/ > Also I was wondering why the cygnus dist. shows 586 and the mingw32 > shows 386. > Is the mingw32 dist less optimised for 586s ? > How should I go about making one for a 686 (PPro) ? It's just a convention, without any consequence; just ignore it. If you want to produce code for 686, then see the GCC manual on what switches you need to provide (specifically look at the -mcpu and -march options). Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |