gcc,cc .... help

Discussion in 'Installation/Configuration' started by Fantomi, Jun 23, 2006.

  1. Fantomi

    Fantomi New Member

    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: no acceptable C compiler found in $PATH
    what i need to do becouse i cant config my IRCd ...
     
  2. geek.de.nz

    geek.de.nz New Member

    IS gcc installed?

    What distribution are you using?

    If debian based, as root in a console do:
    Code:
    apt-get install gcc
    
    Always mention at least your distribution when posting or preferably even the version! This should be in the preferences! You can add it in your signature if you don't want to always type it.
     
  3. Fantomi

    Fantomi New Member

    gcc is not installed and i dont know how to install
    suse9.3 is
     
  4. sjau

    sjau Local Meanie Moderator

    For suse you can use yast (I think)
    In the terminal just type "yast" and a graphical menu should then appear.... somewhere you then can go and search for it :)
     
  5. Fantomi

    Fantomi New Member

    pershefca:~ # apt-get install gcc
    Reading Package Lists... Done
    Building Dependency Tree... Done
    E: Couldn't find package gcc
    pershefca:~ #

    what i need to install for c compliere and others gcc cc cl ...:(
     
  6. falko

    falko Super Moderator Howtoforge Staff

    You must use YaST, as sjau suggested. Type
    Code:
    yast
    and then somewhere in the interface you can search for packages.
     

Share This Page