I'm getting some peculiar behavior from libtool, where it generates a
.lax directory inside .libs (which I've never really seen before), and
tries to symbolically link files onto themselves. Is this because I'm
passing more than one 'libx11drv.la' file to it, albeit different files
in different d
Hi,
I'm in the process of adding libtool (and eventually automake) to Wine
(http://www.winehq.com), and have a few questions about cross-platform
support for a few important features that Wine needs or may need in the
near future.
First, Wine makes heavy use of convenience .o files, similar to
c
Hi,
as in the multi-language-branch .lo files are no longer real object files
as understood by linkers, the linking of programs with .lo files fails (as
in 'libtool --mode=link g++ bla.lo hi.lo -o superprog'). The reason is,
that *.lo arguments are not changed into the real .o files for
$compile_