Avatar of rajasekarramasamy
rajasekarramasamy
Flag for India asked on

Download loaction for GCC 4.0.2

I need download location for GCC 4.0.2.

Any Help?
SoftwareC

Avatar of undefined
Last Comment
Infinity08

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
sunnycoder

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Infinity08

Do you need that specific version ?

Take a look here :

        http://gcc.gnu.org/gcc-4.0/

and check out the mirrors listed there.
suredazzle

Hi,

Where is the directory for compiler? I have bee looking for it like crazy.

~/gcc.c-torture of compile and execute folders.

It didn't run in any folders. Should I need to configure something?

gcc -o hello.c
gcc -v hello.c

#include <stdio.h>
main ()
{
printf("Hello World\n");
}

Please advise, help?
Infinity08

suredazzle, see the question you posted about this :

        https://www.experts-exchange.com/questions/23860570/Failure-to-Output-Hello.html
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy