Author Topic: Can't build any file  (Read 3967 times)

Alexbak

  • Guest
Can't build any file
« on: March 05, 2008, 03:33:14 pm »
Hi!

I have Ubuntu 7.10 and I have installaed the new version of Code::Blocks ( 8.02 ) but I can't build any .c file:
in the build log appears this message: /bin/sh: g++: not found

Is there someone who can help me?

Thanks a lot!

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Can't build any file
« Reply #1 on: March 05, 2008, 09:15:33 pm »
You have to install the gnu compiler, search on synaptic I don't remember quite well the name of the package but was something like build-utils, what I know is that it starts with 'b'   :mrgreen:

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can't build any file
« Reply #2 on: March 05, 2008, 09:28:05 pm »
It should be "build-essential".
At least that's the name on debian, and Ubuntu and debian are not so far away from each other.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Can't build any file
« Reply #3 on: March 06, 2008, 04:34:04 pm »
It should be "build-essential".

Yep, that is, thanks jens