|
[Sponsors] |
November 29, 2009, 03:11 |
g++ installation in ubuntu
|
#1 |
New Member
Join Date: Nov 2009
Posts: 6
Rep Power: 17 |
I want to install qt in ubuntu 9.04.I unzipped "qt-x11-opensource-src-4.3.5.tar.gz" file and did every thing in its instruction untill I reached the command make intall;i typed it but saw this error:
make[1]: g++: Command not found make[1]: *** [.obj/release-shared/qapplication.o] Error 127 make[1]: Leaving directory `/home/moltani/tmp/qt-x11-opensource-src-4.3.5/src/gui' make: *** [sub-gui-install_subtargets-ordered] Error 2 I think i shoud install g++. if yes how? and if no what I shoud do to solve this problem? |
|
December 1, 2009, 11:09 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi,
Are you using MadsR's install cookbook for Ubuntu? If not, you could give it a shot... although it uses (K)Ubuntu's version of Qt (4.5.1 I think). As for g++, here is the code line of the script that installs both g++ as well as other packages useful for building OpenFOAM and Paraview: Code:
sudo apt-get install flex git git-core build-essential python-dev libqt4-dev libreadline5-dev wget zlib1g-dev cmake Bruno |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OF 1.6 installation on Ubuntu 7.04 | mstfl | OpenFOAM Installation | 12 | March 29, 2010 01:18 |
OpenFOAM Installation Ubuntu 9.04 Problems | Sumontro | OpenFOAM Installation | 8 | July 21, 2009 22:40 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Ubuntu AMD64 Installation Troubles | mkw87 | OpenFOAM Installation | 31 | April 27, 2008 14:59 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |