When apr-util is confiugred to use non-standard library locations, the
apu-config script does not emit the proper --link-ld output necessary to link
with apr-util.

For example, when apr-util is configured thusly:

        configure --prefix=/my-directory/usr/local/apr \
                  --with-expat=/my-directory/usr/local/expat \
                  --with-gdbm=/my-directory/usr/local/gdbm

the resulting apu-config script emits the following for 'apu-config --link-ld':

        -L/my-directory/usr/local/apr/lib -laprutil-0

This is not enough to link successfully with apr as it is missing:

        -L/my-directory/usr/local/expat -L/my-directory/usr/local/gdbm

--
Mike Smith                   | MailChannels: Assured Messaging
mailto:[EMAIL PROTECTED] |   http://www.mailchannels.com


Reply via email to