2 Apr
2009
2 Apr
'09
6:05 a.m.
Hermann Lauer wrote:
After removing the --with-system-libtool from the configure options in debian/rules the package was build sucessfull.
I'm not familiar with libtool, but a path of ./libtools looks somehow wrong.
It's likely because you have "." in your PATH. And, you probably have it BEFORE the default directory where the system libtool is stored. The solution is to not put "." in PATH, which is always a good idea. If you have to use it, make sure it is LAST. Alan DeKok.