On 08/08/2010 00:00, Jerry DeLisle wrote:
> So I have sjlj backwards. I will fix that. Then the following I am not
> sure about.
>
> --disable-__cxa_atexit
>
> --enable-static --enable-shared --enable-shared-libgcc
>
> Shall I include these?
Yes, do. I think they're mostly the default anyw
On 08/07/2010 01:13 PM, Dave Korn wrote:
On 07/08/2010 17:59, Jerry DeLisle wrote:
Hi,
Who is the Cygwin gcc package maintainer?
I've been a bit AWOL recently, but I think that's still me :-/
I want to make sure my
gfortran 4.6 experimental builds are consistent with Cygwin
distributions
On 07/08/2010 17:59, Jerry DeLisle wrote:
> Hi,
>
> Who is the Cygwin gcc package maintainer?
I've been a bit AWOL recently, but I think that's still me :-/
> I want to make sure my
> gfortran 4.6 experimental builds are consistent with Cygwin
> distributions. I notice I have far fewer conf
Thanks for the useful responses to my problem.
The solution of removing stdout to the main() did
indeed work for the moment.
I apologise for the following simple question in
advance:
In the course of trying to figure out a solution to
the gcc+cygwin problem on my own, I reinstalled some
cygwin
Marcel wrote:
> I've been using a particular set of C-code for years
> on several systems (mostly linux on PC, or Unix on
> some Sun) and could always get it to work when I moved
> to a new machine.
>
> Now, I'm trying to get it to work on a PC with cygwin.
>
> cygcheck claims I have gcc version
Original Message
>From: Marcel
>Sent: 12 May 2005 11:00
> I am NOT an experienced C or cygwin user, but the
> problems I keep running into, appear to me that gcc
> with cygwin behaves very differently from whatever I
> had on the previous systems.
Actually, it's not a difference in gcc,
Hi Max,
Max Bowsher wrote:
John Williams wrote:
Elfyn McBratney wrote:
You could use this
#if defined(__GNUC__) && defined(__CYGWIN__)
So __CYGWIN__ is defined in the preprocessor environment when compiling
under Cygwin? That's precisely what I'm after, thanks.
General answer to this kind of
John Williams wrote:
> Elfyn McBratney wrote:
>> You could use this
>>
>> #if defined(__GNUC__) && defined(__CYGWIN__)
>
> So __CYGWIN__ is defined in the preprocessor environment when compiling
> under Cygwin? That's precisely what I'm after, thanks.
General answer to this kind of question:
$
Elfyn McBratney wrote:
You could use this
#if defined(__GNUC__) && defined(__CYGWIN__)
So __CYGWIN__ is defined in the preprocessor environment when compiling
under Cygwin? That's precisely what I'm after, thanks.
John
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug re
> Is there a macro defined in gcc when running under Cygwin as opposed to,
> say, linux?
Not too sure, All I could find was GCC_VERSION , __GNUC__ and IN_GCC .
> I'd like to code something like
>
> #ifdef _GCC_UNDER_CYGWIN
> blah blah
> #else
> blah blah
> #endif
You could use this
#if define
Thank you. That patch did the trick. :-)
- Original Message -
From: "Elfyn McBratney" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 1:44 PM
Subject: Re: gcc, cygwin, jni headers
> Sorry i hust saw this on the net:
>
> htt
Sorry i hust saw this on the net:
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/README.jni.txt
Theres a bit about changing the header files, Maybe this will help.
Elfyn
[EMAIL PROTECTED]
Hi,
Ive seen one other post on this topic but there were no replies. Maybe Ill
be more lucky.
Im
Hi,
Ive seen one other post on this topic but there were no replies. Maybe Ill
be more lucky.
Im trying to compile a simple dll using gcc and cygwin. Something very
similar to below used to work on dos and mingw but now Im geting loads of
errors as gcc tries to compile some headers?! Below is my
13 matches
Mail list logo