Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
-
moodsx
- Beiträge: 188
- Registriert: 15.03.2007 09:17:25
Beitrag
von moodsx » 02.03.2009 17:29:50
Hallo Community,
möchte mir den hylafax+ aus den Quellen backen und installieren, aber leider klappt es nicht so ganz:
Code: Alles auswählen
Missing C++ runtime support for g++ (/usr/bin/g++).
Compilation of the following test program failed:
----------------------------------------------------------
#include "iostream.h"
int main(){ cout << "Hello World!" << endl; return 0;}
----------------------------------------------------------
Usually this is because you do not have a standard C++ library
installed on your system or you have installed it in a non-standard
location. If you do not have a C++ library installed, then you must
install it. If it is installed in a non-standard location, then you
should configure the compiler so that it will automatically be found.
(For recent gcc releases this is libstdc++, for older gcc - libg++)
Unrecoverable error! Once you've corrected the problem rerun this script.
Instaliert ist:
Hat jemand eine Idee wo das Problem besteht? Unter etch hatte ich auch keine anderen Pakete drauf und da hats auf Anhieb immer funktioniert. Danke für Tips
Zuletzt geändert von
moodsx am 02.03.2009 19:22:12, insgesamt 1-mal geändert.
-
Spasswolf
- Beiträge: 3472
- Registriert: 30.11.2005 10:32:22
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Wald
Beitrag
von Spasswolf » 02.03.2009 17:44:01
iostream.h gibt es nicht mehr, ändere das Testprogramm in
Code: Alles auswählen
#include <iostream>
int main(){ cout << "Hello World!" << endl; return 0;}
Das Programm ist im configure Skript zu finden (Zeile 1421 bei hylafax 4.4.4).
Edit: Ich hab hylafax mit hylafax+ verwechselt, in hylafax+-5.2.9 ist das Problem schon behoben.
-
moodsx
- Beiträge: 188
- Registriert: 15.03.2007 09:17:25
Beitrag
von moodsx » 02.03.2009 19:04:51
kann bei sourceforge.net leider nur hylafax-5.2.9 finden. Ist das dann auch hylafax+ ?
Ich brauch für meine Faxlösung unbedingt das hylafax+, ansonten würd ich ja das deb Paket nehmen. *grübel*
-
moodsx
- Beiträge: 188
- Registriert: 15.03.2007 09:17:25
Beitrag
von moodsx » 02.03.2009 19:21:49
Installation hat erstmal geklappt. Danke