doubt

Asked by aneesh

Can I compile c++ source code from ubuntu 9.04 ? Please give the steps for compiling c++ source code from ubuntu 9.04

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu build-essential Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Beltov (mbeltov) said :
#1

You need the package build-essential

For C++ you need to use g++
Here is a small guide : http://homepages.gac.edu/~mc38/2001J/documentation/g++.html

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

You will need to run:

sudo apt-get install build-essential

to get a C++ and C compiler plus a few essential libs.

Can you help with this problem?

Provide an answer of your own, or ask aneesh for more information if necessary.

To post a message you must log in.