Re: Gcc 3.2.3 package

2009-10-06 Thread Greg Chicares
On 2009-10-06 12:16Z, Walther Lalk wrote: > > I am trying to get NS 2.26 compiled (There are some specific code > changes that I need to run for a university assignment and they are for > NS 2.26). NS 2.26 requires Gcc 3.2.3 to compile, however I can't seem to > find a cygw

Gcc 3.2.3 package

2009-10-06 Thread Walther Lalk
Good day I am trying to get NS 2.26 compiled (There are some specific code changes that I need to run for a university assignment and they are for NS 2.26). NS 2.26 requires Gcc 3.2.3 to compile, however I can't seem to find a cygwin package for it. I have tried compiling Gcc3.2.3 with

Re: gcc 3.2.3

2006-03-24 Thread Brian Dessent
Heather Kelly wrote: > The earliest version available via the cygwin installer is > gcc 3.3.3. Is there a way to install 3.2.3? If it were me I'd certainly try with the supported versions first. If that fails you can try the Cygwin Time Machine, a third-party archive of older packages:

RE: gcc 3.2.3

2006-03-24 Thread Dave Korn
On 24 March 2006 19:39, Heather Kelly wrote: > Hi, > > I am trying to install cygwin and gcc via the setup.exe found on the cygwin > site: http://www.cygwin.com I assume setup is installing the latest > cygwin release 1.5.19-4 > I have software, Geant4 8.0.p01, that requ

gcc 3.2.3

2006-03-24 Thread Heather Kelly
Hi, I am trying to install cygwin and gcc via the setup.exe found on the cygwin site: http://www.cygwin.com I assume setup is installing the latest cygwin release 1.5.19-4 I have software, Geant4 8.0.p01, that requests gcc 3.2.3 for building. The earliest version available via the cygwin

Re: porting gcc-3.2.3 to cygwin

2004-03-23 Thread Larry Hall
At 03:08 AM 3/23/2004, you wrote: >For a project i need to use gcc-3.2.3 under cygwin and also as a cross compiler to >make cygwin programs on a linux computer > >but it seems that when i'm compiling stuff with this gcc, there are problem accessing >the file system under cyg

porting gcc-3.2.3 to cygwin

2004-03-23 Thread bertrand marquis
For a project i need to use gcc-3.2.3 under cygwin and also as a cross compiler to make cygwin programs on a linux computer but it seems that when i'm compiling stuff with this gcc, there are problem accessing the file system under cygwin. for example if i stat a directory and check if it

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
OK. I see. -Original Message- From: Nitin Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 6:09 PM To: Robert McNulty Junior Cc: [EMAIL PROTECTED] Subject: Re: -DDATE start giving error with gcc-3.2.3 This is the gcc which came with latest cygwin gcc version 3.2

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Max Bowsher
Nitin Gupta <[EMAIL PROTECTED]> wrote: >> If I compiled following code with -DDATE="Wed Nov 22", it compiled >> fine using gcc-2.95, but when I updated my cygwin recently, it gives >> parse errors using gcc-3.2.3 (which, I think it should) >> >>

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
[mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:13 PM To: Vijay Sampath Cc: [EMAIL PROTECTED] Subject: Re: -DDATE start giving error with gcc-3.2.3 Try on latest cygwin. gcc-2.exe foo.c -DDATE="Wed Nov" (gcc-2 is gcc 2.95) and gcc.exe foo.c -DD

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
This is the gcc which came with latest cygwin gcc version 3.2 20020927 (prerelease) Sorry not 3.2.3 but 3.2-3 Robert McNulty Junior wrote: What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Vijay Sampath
I'll be very surprised if your program compiles under any C compiler on Earth. -Vijay > -Original Message- > From: Nitin Gupta [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 3:23 PM > To: [EMAIL PROTECTED] > Subject: -DDATE start giving error with

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nitin Gupta Sent: Friday, November 22, 2002 5:23 PM To: [EMAIL PROTECTED] Subject: -DDATE start giving error with gcc-3.2.3

-DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
Hi, If I compiled following code with -DDATE="Wed Nov 22", it compiled fine using gcc-2.95, but when I updated my cygwin recently, it gives parse errors using gcc-3.2.3 (which, I think it should) #include #include typedef double DATE; main(){ printf ("Hello World!\n&q