Results 1 to 4 of 4
Hi ,
i have Ubuntu 8.04 distribution and there is no inbuilt 'C' Library. I don't have internet on my machine. How can i install 'C' Library.
Is there any ...
- 06-06-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 7
install 'C' library
Hi ,
i have Ubuntu 8.04 distribution and there is no inbuilt 'C' Library. I don't have internet on my machine. How can i install 'C' Library.
Is there any provision that i download separately the 'C' Library and then take it in pen drive. And then i install it on my machine on Ubuntu 8.04. So what will be the steps to install "C" Library in case i download it explicitly?
- 06-06-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 29
It can't be as you write.
C library is always installed. It is called as glibc.
ls -l /lib/libc*
- 06-07-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 7
when i execute my c program
$ gcc cprog.c
its giving me error
:
:
the file 'stdio.h' not found.
there are 2 possibilities
either i don't have C Library on my Linux
OR
if there is C library on Linux then its not in the correct palce.
What will be the location of the C Library on Linux?
- 06-07-2009 #4Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
it should be under /usr/lib
Registered Linux User #420832


Reply With Quote