Hello Peter, * Peter Dyballa wrote on Sat, Dec 02, 2006 at 03:27:24PM CET: > > ar cru .libs/libXdmcp.a A8Eq.o AA16.o AA32.o AA8.o Alloc.o AofA8.o [...] > Wraphelp.o~ranlib .libs/libXdmcp.a > ar: Wraphelp.o~ranlib: No such file or directory
> These ~ also appear in aclocal.m4 when it's built from 'autoreconf - > fvi', libtool is created from the configure script. What can I do to > avoid the ~ in aclocal.m4 and libtool? The ~ should be used as a command separator. It should not appear in the output. > The tools I use in Mac OS X 10.4.8 are: > libtoolize (GNU libtool) 1.5.23a The version output that is interesting to see is the one the package was treated with: from the top builddir, issue: ./libtool --version If that is 1.5.23a, then please post ./libtool --config Cheers, Ralf
