Hallo, ich wollte mir ein Paket selber bauen. Nach .\configure stellte ich fest, da� gar kein Compiler installiert ist. Mit apt-get gcc geholt. Meckerte immer noch. Nach ein wenig Googeln stellte ich fest, dass ich noch irgendwelche C-Pakete holen mu�te (libc o.�.) Nun meckert der installer immer noch:
| error: C++ preprocessor "/lib/cpp" fails sanity check. Und in config.log steht noch mehr. Ich denke, da fehlen mir noch Pakete. Welche? Danke im voraus. configure:4201: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:4195: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:4201: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:4195: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:4201: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:4278: result: /lib/cpp configure:4302: /lib/cpp conftest.cc -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

