On Wed, 2008-05-14 at 10:42 +0800, zengwm wrote:

> So making apr_pools.c and linking may require adding some arguments to
> the command line to link the library, e.g. -L and -l..

You can try like this:

LDFLAGS="your_flags_here" ./configure <your_options_here>

The run make etc.

-- 
Bojan

Reply via email to