PDA

View Full Version : compiling software on Unbuntu error



tiiim
January 2nd, 2005, 07:12 PM
hi!

What tools do i need to compile on Ubuntu? I downloaded GCC and other random lib files but trying to compile. One of them fails and at end of ./configure i get:

configure: error: C++ preproccesor... "/lib/cpp" fails sanity check


any ideas?

Also im looking into geting into more coding so what files would i need and things (and hopefully this should sort out any other problems in future).

Tim :D :confused:

offby1
January 2nd, 2005, 07:13 PM
hi!

What tools do i need to compile on Ubuntu? I downloaded GCC and other random lib files but trying to compile. One of them fails and at end of ./configure i get:

configure: error: C++ preproccesor... "/lib/cpp" fails sanity check


any ideas?

Also im looking into geting into more coding so what files would i need and things (and hopefully this should sort out any other problems in future).

Tim :D :confused:
You need to do
sudo apt-get install build-essential which will install the basics for building applications from source.

tiiim
January 2nd, 2005, 07:44 PM
cheers im glad i got the basics installed now! :D