On Thu, Feb 21, 2002 at 04:46:12PM +0000, Brian Candler wrote:
> Previously I had achieved this as follows:
> 
>   export LDFLAGS="-L`pwd`/work/openldap-2.0.23/libraries" \
>          CPPFLAGS="-I`pwd`/work/openldap-2.0.23/include" \
>          && cd work/courier-0.37.2.20020220 && ./configure
> ... then make

With a little experimentation, I have worked around this using:

  export LDFLAGS="-L`pwd`/work/${OPENLDAP_VER}/libraries/libldap 
-L`pwd`/work/${OPENLDAP_VER}/libraries/liblber" \
                CPPFLAGS="-I`pwd`/work/${OPENLDAP_VER}/include" \

I thought 'libtool' was supposed to make library handling easier :-)

Regards,

Brian.

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to