Probleme beim Installieren von udrecsuite unter kubuntu

Sammlung von Anleitungen und HowTos für dBox2
fschuler
Beiträge: 1
Registriert: Samstag 6. Oktober 2007, 09:42

Probleme beim Installieren von udrecsuite unter kubuntu

Beitrag von fschuler »

Hallo!

Wenn ich ./configure ausführe kommt folgende Ausgabe, was mache ich falsch?

/udrec_suite-0.4.1$ ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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... 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.

Gruß
Flori
Liontamer
Klöppelliese
Beiträge: 1644
Registriert: Donnerstag 8. August 2002, 12:51

Beitrag von Liontamer »

Du solltest vorher mindestens die nötigsten Tools fürs kompilieren installieren.
Ein Anfang wäre

Code: Alles auswählen

sudo aptitude install build-essential
Danach nocheinmal configure starten, und mit den noch fehlenden Paketen genauso verfahren.