Results 1 to 3 of 3
hi .,
when i was compiling my hello world program i got error...kindly help me ,....
my hello world program is :#include<stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-20-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 31
When i was compile my program i got errors.
hi .,
when i was compiling my hello world program i got error...kindly help me ,....
my hello world program is :#include<stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
My linux version is --Linux version 2.6.29.4
/usr/bin/ld: crtbegin.o: No such file: No such file or directory
collect2: ld returned 1 exit status
kindly reply .........
Regards
Saravanan G
- 10-20-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
1. What is the file name of your program?
2. What is the command + options you are using to compile it?Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-21-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 31
Thank you for your reply.....That file is not there in my files ,i checked that path.... so I install the file using syntax --yum install gcc .now its running


Reply With Quote
