Am Freitag, 13. September 2002, 02:08:00 Uhr MET, schrieb Reinhard Katzmann: > I encountered meanwhile two programs which cannot use the > %configure macro from rpm because of the following problem: > libtool: unrecognized option `--tag=CXX' > Try `libtool --help' for more information. > make[3]: *** [javawriter.lo] Fehler 1 > make[3]: Verlassen des Verzeichnisses Verzeichnis >%/1€Œiso8859-15»/usr/src/RPM/BUILD/uml/uml/codegenerators%/1€Œiso8859-15« > Has libtool been updated since cooker freeze ? > BTW: Since I'm using %configure for my RPMs only KDE application seem > to have sometimes problems with %configure :-(
Hi, I know this problem just too well. Mandrake uses the 1.4.2 release of libtool with a few patches. KDE packages contain alpha releases of libtool, I've checked it with kmencoder: goetz@klama admin]$ ./ltconfig --version ltconfig (GNU libtool) 1.4a (1.641.2.206mm 2001/04/03 21:47:47) That is version 1.4a that is newer than 1.4.2 (strange versioning scheme). In this situation you have to avoid overwriting the libtool version of the package, so no libtoolize and no %configure macro call. -- G�tz Waschk <> master of computer science <> University of Rostock http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key --> Logout Fascism! <--
