bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configure on OSX 10.1


From: jpff
Subject: Configure on OSX 10.1
Date: Sat, 1 Nov 2003 11:26:53 +0000

First problem is that it defines CPP="gcc -E -no-cpp-precomp"
but the C compiler is called cc and so this fails.  For now I have
edited this to read CPP="cc -E -no-cpp-precomp" but I suspect it out
to be something like CPP=`echo $CC -E -no-cpp-precomp`

I also got the following warning, and so am reporting as requested.
No idea what it is about

checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for net/if.h... yes

==John ffitch




reply via email to

[Prev in Thread] Current Thread [Next in Thread]