Announcement

Collapse
No announcement yet.

Compiling.. No C compilier found ??

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiling.. No C compilier found ??

    Hello Eveyone,
    I have noticed a few problems and I was wondering if anyone else noticed this.
    I have always prefered to compile a program if its not in the repositories.
    I have tried on 2 occasions to compile a program from source and I keep getting the errors "no c compiler found."
    Well I am not a idiot and I double checked and triple checked my system to see that c, cpp, gcc. g++ and everything else I can think of is installed. I even tried to uninstall and reinstall some of the file. And its still a no go.
    I am running Kubuntu 5.10RC w/ All updates as of last night on the K7 Kernel.
    Any sugesstions. .
    I noticed both these errors with SuperKaramba 0.37 and MPlayer 1.0pre7.
    Thanks,
    Joey

    #2
    Re: Compiling.. No C compilier found ??

    Code:
    sudo apt-get install build-essential
    Should do it...

    Comment


      #3
      Re: Compiling.. No C compilier found ??

      Patrick you rule... I will do that soon as I get home.
      Thanks again,
      Joey

      Comment

      Working...
      X