[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: compiling a rainy day

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-09-12 00:38:54 CEST

On Mon, Sep 11, 2000 at 11:47:15PM +0200, Daniel Stenberg wrote:
> On Sun, 10 Sep 2000, Branko [iso-8859-2] �ibej wrote:
> > Greg Stein wrote:
> > > Our "real" solution is to use apr/APRVARS to pick up necessary system
> > > libraries and compilation flags.
> >
> > Would it be possible to configure apr first, then somehow "inherit" apr's
> > CFLAGS for the other packages?
>
> That -lsocket stuff should be determined by neon (or rather neon's configure
> script) and libtool fixes the "inherit" stuff for the other parts.

Well, we're going to get a couple -lsocket entries in our link step. One
from APR, and one from Neon. Each of them deal with the OS's concept of
sockets, so they look for -lsocket.
[ hey Joe: I asked you once before, but I'll do it again: how about using
  APR in Neon? :-) I can submit a patch... ]

Branko just submitted a patch for grabbing CFLAGS from APR. It doesn't feel
quite right, but we'll get that straightened out soon enough.

In any case: yes, we run APR first, and we can grab the info from APRVARS.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.