Greg Stein at [EMAIL PROTECTED] wrote:
>
> Right. Adding -lpthread manually is absolutely the wrong thing for your app
> to do. That was poor advice.
>
>
> APR generates a shell script called APRVARS. That should have everything
> that you need for compiling your app, and for linking your app to APR and
> its dependent libraries.
>
> Note: it is best to compile your app with the flags from APRVARS so that you
> don't get skewed compile options between APR and your app. Yes, there are
> well-defined binary interfaces, but heck: APR figured it all out for you, so
> go ahead and use it :-)
You're the man :) :) Thanks a lot, will dig into that tomorrow morning...
Pier