link for GNU C compiler

Write here if you have problems with your C source code

Moderator: Board moderators

Post Reply
nahid
New poster
Posts: 18
Joined: Wed Oct 04, 2006 8:59 pm
Location: DHAKA,BANGLADESH
Contact:

link for GNU C compiler

Post by nahid »

From where, i can download "ANSI C 4.1.2 - GNU C Compiler with options: -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE", which suitable for windows platform?
mf
Guru
Posts: 1244
Joined: Mon Feb 28, 2005 4:51 am
Location: Zürich, Switzerland
Contact:

Post by mf »

You can download sources of any specific gcc version from FSF's site and its mirrors - http://gcc.gnu.org/mirrors.html
One easy way to build it on Windows is to use cygwin (which comes with its own gcc 3.4.x)
A1
Experienced poster
Posts: 173
Joined: Wed Jan 28, 2004 3:34 pm
Location: Bangladesh

Post by A1 »

I don't think there exist any compiler which have these kind of options like -DONLINE_JUDGE !! :o
I personally use DJGPP, AFAIK It is the same gcc of Linux for windows. :)
maxdiver
Learning poster
Posts: 51
Joined: Tue Sep 04, 2007 2:12 pm
Location: Russia, Saratov
Contact:

Post by maxdiver »

A1
)))))))
DONLINE_JUDGE means only the same as "#define ONLINE_JUDGE" ;)
marinajoes
New poster
Posts: 2
Joined: Mon Feb 16, 2015 11:54 am

Re: link for GNU C compiler

Post by marinajoes »

Useful information.
Post Reply

Return to “C”