PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : GCC funktioniert nicht



JXL
10.04.05, 19:12
Hallo,
ich habe vor kurzem ein Debian System aufgesetzt und komme mit gcc nicht weiter.
Mit apt-get habe ich gcc 2.95 installiert.

Jetzt wollte ich Apache 1.3 installieren, es kommt aber folgendes:

** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

In /usr/bin ist die Datei gcc-2.95. Auch das umbenennen in gcc hat nichts gebracht.

carnil
10.04.05, 19:15
Hallo

** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

Gibt es da, vie erhofft in dem Teil der Fehlermeldung einen weiteren Fehleroutput, von dem man dann weiter auf die Fehlerursache schliessen könnte?

MfG carnil

JXL
10.04.05, 19:53
Hier der komplette output:

Configuring for Apache, Version 1.3.33
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
+ setting C pre-processor to NOT-AVAILABLE
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

======== Error Output for sanity check ========
./helpers/TestCompile: line 1: make: command not found
============= End of Error Report =============

Aborting!

carnil
10.04.05, 19:55
Hallo

Ahhh
./helpers/TestCompile: line 1: make: command not found
Der Fall ist ganz einfach: make fehlt ;)


apt-get update && apt-get install make

MfG carnil

JXL
10.04.05, 21:28
Danke,
ich glaub ich sollte zum Optiker.

Hatte danach noch paar Errors aber habs durch nachrüsten von libc geschafft.