Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    7

    Question 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?

  2. #2
    Just 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*

  3. #3
    Just 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?

  4. #4
    Linux User
    Join Date
    May 2009
    Location
    Big River, Sask, Canada
    Posts
    342
    it should be under /usr/lib
    Registered Linux User #420832

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...