mvnForum Homepage


Posted by ransom1982 at Jul 31, 2009 9:06:15 PM
Re: Slackware-Current KDE 4.2 Sword 1.6.0
I didn't ask if you were able to install other packages, I asked if you were able to compile other packages. Specifically, C++ programs using autotools.

I did some googling for you (as I've never seen anything like this myself). It appears to be caused by either a) a newer version of libtool on your system than was used to create the tar.gz or b) two separate versions of libtool on your system.

One possible recommendation is to run ./autogen.sh, then ./configure then make. I would recommend that you look carefully at the configure options, as the defaults may very well not be what you want (although that's unrelated to this problem).