On 6/2/05, Markus Trenkwalder <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using apr-0.9.6 on a gentoo box. When I try to compile
> apr-util-0.9.6 the build process hangs due to problems in
> /usr/share/apr-0/build/libtool. I found out that the source of this
> problem is, that libtool tries to make a hard link into the current
> directory (line 1172 in /usr/share/apr-0/build/libtool). But on my linux
> box /usr and /var ar on different filesystems, so ln fails to create the
> hard link By changing "ln" to "${LN_S}" everthing works perfect.
This is a problem with libtool
(http://www.gnu.org/software/libtool/libtool.html). If you become
aware of a real fix in libtool, please let us know.