> What does apu-config --libs (in apr-util-0.9.4) gives?
> In my machine it tells:
> +++
> bash-2.03$ ./apu-config --libs
>  /export/home3/jfclere/tmp/apr-util-0.9.4/xml/expat/lib/libexpat.la
> bash-2.03$ ./apu-config --link-libtool --libs
>  /export/home3/jfclere/tmp/apr-util-0.9.4/libaprutil-0.la
> /export/home3/jfclere/tmp/apr-util-0.9.4/xml/expat/lib/libexpat.la
> bash-2.03$ ./apr-config --link-libtool --libs
>  /export/home3/jfclere/tmp/apr-0.9.4/libapr-0.la -lsendfile 
> -lrt -lm -lsocket
> -lnsl -lresolv  -lpthread -ldl
> +++
> I think we have to use "--link-libtool --libs" instead of "--libs".

Not quite, apr does not have an Expat dependency (as far as it's configure
goes), apr-util does  apr-config (with --libs/--link-libtool)


$ /var/tmp/temo/apr-0.9.4/apr-config --libs
 -lsendfile -lrt -lm -lsocket -lnsl -lresolv  -lpthread -ldl

$ /var/tmp/temo/apr-0.9.4/apr-config --libs --link-libtool
 -lsendfile -lrt -lm -lsocket -lnsl -lresolv  -lpthread -ldl
/var/tmp/temo/apr-0.9.4/libapr-0.la


Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to