NitrOuS
December 12th, 2005, 03:58 AM
I hope I made thread in the right place...I have a problem compiling my c programmes. I have installed gcc compiler in console with the command
apt-get install gcc
and everything worked fine.But when I try to compile a c file it returns me that it doesn't recognises the *.h files even though I searched them and I found them in my system for example stdio.h library is located in /usr/lib/perl/5.8.7/CORE/nostdio.h
(this is the result returned by 'locate' command). So there must be a problem with the linker. What can I do to fix it?Thanx!
apt-get install gcc
and everything worked fine.But when I try to compile a c file it returns me that it doesn't recognises the *.h files even though I searched them and I found them in my system for example stdio.h library is located in /usr/lib/perl/5.8.7/CORE/nostdio.h
(this is the result returned by 'locate' command). So there must be a problem with the linker. What can I do to fix it?Thanx!