Results 1 to 5 of 5
I m trying to run a dot.c file on ubuntu but it gives errors about libraries like sys/socket.h is undeclared pthread.h is undeclared and so on ...
but the same ...
- 09-08-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 5
Cannot run dot.c file on ubuntu
I m trying to run a dot.c file on ubuntu but it gives errors about libraries like sys/socket.h is undeclared pthread.h is undeclared and so on ...
but the same dot.c file runs fine on ubuntu on my University Computers.
plz help me fixing it ...
- 09-08-2009 #2Just Joined!
- Join Date
- Sep 2009
- Posts
- 18
make sure your dot.c has include the header file.
and check you ubuntu had the lib,otherwise,may be your unbuntu environment varible is unnormal.
- 09-08-2009 #3Registered Linux user #270181
TechieMoe's Tech Rants
- 09-09-2009 #4
As far as I know .c is uncompiled source ... if so, first compile it.
- 09-13-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 5
I was trying to run it using Live CD of Linux .. and that was causing problem ... now I've installed Ubuntu and it's working fine ...
thx for replying Friends ..


Reply With Quote
