Re: nonstandard library directories

2006-07-05 Thread Ralf Wildenhues
* Harlan Stenn wrote on Tue, Jul 04, 2006 at 08:53:05PM CEST: > > ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" > > CXXFLAGS="-I/ > > sw/include" > > > > Do you really need to set CPPFLAGS=$CFLAGS? I think that is not needed. > > If it's a -I, it should be in CPPFLAGS and not

Re: nonstandard library directories

2006-07-05 Thread Bob Proulx
Harlan Stenn wrote: > > ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" > > CXXFLAGS="-I/sw/include" > > If it's a -I, it should be in CPPFLAGS and not CFLAGS. Yes. Thanks for the correction. ./configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" Bob _

Re: netinet headers under OS X

2006-07-05 Thread Ralf Wildenhues
Hello Oliver, Thanks for the bug report. * Oliver Kennedy wrote on Tue, Jun 27, 2006 at 08:26:32PM CEST: > Compiling zebra-0.94 under OS X 10.4.6, the following excerpt > happened. As requested, I'm reporting the error. > > checking netinet/in_var.h usability... no > checking netinet/in_var.h

Re: which shell is running configure?

2006-07-05 Thread Ralf Wildenhues
Hello Sam, * Sam Steingold wrote on Tue, Jun 27, 2006 at 06:17:40PM CEST: > I encountered the following problem: > an autoconf test that checks whether `test' supports `-nt' passes, > but when make tries to use "test -nt" in Makefile, it fails. > this appeared to suggest that configure and make we