일단 makefile은 생성되었는데 이에 대한
테스트를 할 수 없다는 얘기군요..
make 라는 툴은 컴파일 자동화 툴입니다.
configure는 make가 사용하는
Makefile이란 것을 만들죠..
make 설치하세요..
:
:
: gcc설치하구여~
: 아파치에서 configure를 실행했을때
:
: [root@localhost apache_1.3.14]./configure
:
: .
: .
: .
: .
: Crcating Makefile
: Creating Configuration.apaci in src
: ./helpers/TestCompile: make: command not found
: Creating Makefile in src
: + configure for Linux platform
: .
: + setting C pre-prosessor to gcc -E
: .
: .
: .
: + 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 failind. Note that
: ** Apache requires an ANSI C Compiler, such as gcc.
:
: =============Error Out for sanity check================
: ====================End of Error Report===========
:
: Aborting
: [root@localhost apache_1.3.14]#
:
: 이렇게 나오더라구여~
: 그래서 ./src/helpers/TestCompile
: 파일을봐두 잘 모르겠구~~
:
: 뭐가 문제인지 누가 가르쳐주세요
:
: --
: .