<---- template headericclude ----->
C compiler!!!
FedoraForum.org - Fedora Support Forums and Community
Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Join Date
    Jan 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    C compiler!!!

    Can anyone tell me where i can find and download a C compiler ???

  2. #2
    Join Date
    Jan 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gcc not installed ?
    yum install gcc

  3. #3
    Join Date
    Jan 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And how to run the gcc???

  4. #4
    Join Date
    Dec 2006
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by NavyChief; 9th February 2008 at 03:56 PM.

  5. #5
    Join Date
    Jan 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the command how run the gcc?

  6. #6
    Join Date
    Jan 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by panoramix222000
    the command how run the gcc?
    If you use Fedora, normally the gcc compiler is already installed on your
    system. Here is an example, if you hava a file containing a c program
    for instance "hello.c", here is what you can do in order to compile and
    link it in order to have an executable

    Code:
    $ gcc  -Wall hello.c -o hello
    Then for running your program
    Code:
    ./hello

  7. #7
    Join Date
    Jan 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want program to write programs in, not in terminal!!! Like the Dev C++!!!!

  8. #8
    Join Date
    Dec 2004
    Location
    Canada
    Age
    32
    Posts
    9,221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then you're looking for an IDE, a integrated development environment. I would have a look at the Eclipse set of packages, it's a very nice IDE that can handle many languages and addon plugins.
    Firewing1
    [+] My open source software and blog
    [+] Some of my howtos: (for full list, click here)

  9. #9
    Join Date
    Jan 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And where i can find the IDE???

  10. #10
    Join Date
    Feb 2008
    Posts
    70
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by panoramix222000
    And where i can find the IDE???
    Try searching, instead of asking a hundred questions.

    To install a program, type in the terminal as root: "yum install <program name>"
    To find a program to install: "yum search <search parameters>"

    So for example: "yum search eclipse" will give you a list of packages you can install. Then just type: "yum install eclipse(or whatever package name you find)"

    Also go look at the eclipse website for further instructions.
    Fedora 12 on:
    HP Mini 1000, HP Mini 210HD, Various Dell Optiplex's, MacBook Pro 4,1

  11. #11
    binutils Guest
    Quote Originally Posted by panoramix222000
    i want program to write programs in, not in terminal!!! Like the Dev C++!!!!
    There is dev c++ for linux, not sure whether it work or not, because it deprecated
    http://sourceforge.net/project/showf...lease_id=46014

    --
    PS: i am using vim+mouse or vc60 or acme
    Last edited by binutils; 18th February 2008 at 04:11 PM.

  12. #12
    Join Date
    Sep 2004
    Posts
    2,006
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you can't figure out how to install gcc - or even what the linux c compiler is called, and can't use google, and HAVE to use an ide, then you're not going to make much of a c programmer.

    i'd give up and go play WoW

  13. #13
    Join Date
    Feb 2008
    Posts
    70
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by sej7278
    if you can't figure out how to install gcc - or even what the linux c compiler is called, and can't use google, and HAVE to use an ide, then you're not going to make much of a c programmer.

    i'd give up and go play WoW
    Love it!
    Fedora 12 on:
    HP Mini 1000, HP Mini 210HD, Various Dell Optiplex's, MacBook Pro 4,1

  14. #14
    Join Date
    Apr 2004
    Location
    Ottawa, Canada
    Posts
    1,930
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by sej7278
    if you can't figure out how to install gcc - or even what the linux c compiler is called, and can't use google, and HAVE to use an ide, then you're not going to make much of a c programmer.

    i'd give up and go play WoW
    I'll second that!

    Do you want us to write your programs for you too?
    There is no 'CTRL' button on Chuck Norris's computer. Chuck Norris is always in control.

  15. #15
    Daverz Guest
    You can try kdevelop, anjuta, codeblocks, eclipse, etc., but I think you'll hit a brick wall sooner or later if you don't know the basic gcc command-line options. Also, a serious Linux C programmer need to how to use make. I'll admit I've never pushed on to learn automake/autoconf.

    If you really find the command-line distasteful (and who can blame you if all you are familiar with is cmd.com), I wouldn't suggest a systems programming language like C.

    Just an aside, I wonder why so many beginners gravitate toward C first. I suppose it has a reputation as the 1337 h4x0r5 language.
    Last edited by Daverz; 19th February 2008 at 06:52 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. Compiler Option GCC, Intel Compiler, PathScale
    By mounterriver in forum Using Fedora
    Replies: 2
    Last Post: 8th November 2009, 03:31 PM
  2. No compiler on FC3 - help!
    By Z06 in forum EOL (End Of Life) Versions
    Replies: 1
    Last Post: 11th December 2006, 05:55 PM
  3. gpc compiler
    By karab in forum Using Fedora
    Replies: 1
    Last Post: 22nd November 2004, 07:22 AM
  4. Compiler
    By 07dcolem in forum Using Fedora
    Replies: 3
    Last Post: 12th November 2004, 08:17 AM
  5. no C compiler?
    By in forum Using Fedora
    Replies: 3
    Last Post: 9th February 2004, 05:38 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]