TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sorry -- ignore last post
> -----Original Message-----
> From: troy@tc.umn.edu [mailto:troy@tc.umn.edu]On Behalf Of Troy A.
> Johnson
> Sent: Tuesday, September 19, 2000 12:10 PM
> To: tclug-list@mn-linux.org
> Subject: Re: [TCLUG:21422] compiling apache
>
>
> Jon,
>
> ../helpers/TestCompile: make: command not found
>
> This may be the more important part. Is "make" in the path of the user
> doing this compilation?
>
> HTH,
>
> Troy
>
No it wasn't, I added it to the PATH but still recieve the following:
Creating Makefile
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to NOT-AVAILABLE
+ checking for system header files
+ adding selected modules
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
Aborting!
???????
Jon