Hi, On Mon, Mar 26, 2012 at 08:32:40PM +0200, Alon Bar-Lev wrote: > Well, please hold... I don't see this if... at my machine: > > --- > gcc -DHAVE_CONFIG_H -I. -I../../../src/openvpn -I../.. > -I../../../include -I../../../src/compat -I/usr/kerberos/include > -I/usr/kerberos/include -g -O2 -MT reliable.o -MD -MP -MF > .deps/reliable.Tpo -c -o reliable.o ../../../src/openvpn/reliable.c > mv -f .deps/reliable.Tpo .deps/reliable.Po
Hmm, interesting....
if gcc -DHAVE_CONFIG_H -I. -I../../../openvpn/src/openvpn -I../..
-I../../../openvpn/include -I../../../openvpn/src/compat -I/usr/include
-I/usr/include -g -O2 -MT reliable.o -MD -MP -MF ".deps/reliable.Tpo" -c -o
reliable.o ../../../openvpn/src/openvpn/reliable.c; then mv -f
".deps/reliable.Tpo" ".deps/reliable.Po"; else rm -f ".deps/reliable.Tpo"; exit
1; fi
... but not dependend on "BSD make" vs. "GNU make" (gmake does this as
well). Maybe libtool/autoconf related? OpenBSD has libtool 1.5.26
and autoconf-2.64, automake-1.9.6p5.
Testing on FreeBSD 9.0 with libtool-2.4, autoconf-2.68, automake-1.11
has what your version has:
mv -f .deps/reliable.Tpo .deps/reliable.Po
gcc -DHAVE_CONFIG_H -I. -I../../../openvpn-testing/src/openvpn -I../..
-I../../../openvpn-testing/include -I../../../openvpn-testing/src/compat
-g -O2 -MT route.o -MD -MP -MF .deps/route.Tpo -c -o route.o
../../../openvpn-testing/src/openvpn/route.c
mv -f .deps/route.Tpo .deps/route.Po
... ok, I step down from my soapbox. At least from this one :-)
(Just as a side note - why is it including "-I/usr/kerberos/include" *twice*
for you?)
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpsvIGAMuic9.pgp
Description: PGP signature
