Find the answer to your Linux question:
Results 1 to 4 of 4
Hi all, I want to program in linux as part of my course, was just curious on whether there are idiot-proof text editors to program in c & required libraries ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    14

    Mandriva linux

    Hi all,

    I want to program in linux as part of my course,
    was just curious on whether there are idiot-proof
    text editors to program in c & required libraries available
    when running mandriva from a live cd

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Most live discs do not contain development tools, so you would need to install Mandriva using the live disc, setup extra software repositories and install the development tools you need. Some editors are bundled with the live cd, but compilers and supporting libraries are not.

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    14
    okay, could you please reccomend a compiler and library package, either combined or seperate.
    I've recently installed the wrong packages on ubuntu linux, now the quick fix is just a live cd.

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by mila2008 View Post
    okay, could you please reccomend a compiler and library package, either combined or seperate.
    I've recently installed the wrong packages on ubuntu linux, now the quick fix is just a live cd.
    If you want to learn C, install the gcc compiler. It should pull into your system all the basic stuff you need to get you started.

    Later you can worry about adding specific libs if you need them. The basic C libs should be installed along with gcc as dependencies.

Posting Permissions

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