I updated from libtool 1.5.x to libtool 2.2. I use kdevelop to compile my libraries, but ever since the upgrade I get error message after error message telling me that:
Quote:
./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 739: : warning: cannot infer operation mode without MODE-ARGS: command not found
./libtool: line 6500: : you must specify a MODE: command not found
|
How do I get kdevelop to issue the proper command or how do I get automake to generate the right command? Actually, where do I start?