You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Andrew Wilson <an...@aaaaaaaa.demon.co.uk> on 1996/10/01 13:26:41 UTC

GuessCC

This morning's cvs update mumbles a little when Configure time
comes around, looking for the compiler:

Using 'Configuration' as config file
Configured for FreeBSD/NetBSD platform
GuessCC: not found
Setting C compiler to 
cc -c   -O2  -Wall -DEXTENDED_API  alloc.c
cc -c   -O2  -Wall -DEXTENDED_API  http_main.c
...


FYI:

6> which cc
/usr/bin/cc
7> echo $PATH
/home/andrew/bin:/bin:/sbin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/home/andrew/src/postgres95/bin:/home/andrew/src/Mariposa/mariposa-alpha-1/src/bin
8> which gcc
/usr/bin/gcc

Cheers,
Ay.