Problems with configure script on Ubuntu Feisty 7.04

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
dawolf
Peon
Peon
Posts: 4
Joined: 14 Jun 2007, 12:14

Problems with configure script on Ubuntu Feisty 7.04

Post by dawolf »

Hi guys.

Ok, I'm trying to install the game on Feisty by compiling it as suggested, but this is what happens when I run ./configure:

galvao@galvao-desktop ~/d/tmw-0.0.23> ./configure
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

What should I do?

TIA,
silene
Peon
Peon
Posts: 36
Joined: 12 Aug 2005, 19:19

Post by silene »

In order to compile tmw, you have to install a compiler first. I think the relevant ubuntu package is plainly called "gcc". You will also need to install several libsomething-dev packages, whenever the configure script fails.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Installing the right dependencies (including a compiler) on Ubuntu happens to be covered on the Dependencies wiki page.
Post Reply