Version: (using KDE 3.5.8) Installed from: Compiled From Sources Compiler: Gcc 3.4.3 OS: Solaris Kdelibs toplevel makefile assumes that GNU rm is present and uses the "-v" option that is unsupported on OpenSolaris. I do not personally see a reason to use the "-v" option. Suggested patch attached.
Created attachment 23266 [details] Do not use "-v" option in rm. Does not work on non-GNU platforms.
Hmm OK I'll commit this (to admin/Doxyfile.am which seems to be the source of the generated code you patched) but it's only used for the generation of the api documentation; surely you don't need to run this in order to compile kdelibs?
SVN commit 767697 by dfaure: -v is a non-standard option BUG: 156628 M +2 -2 Doxyfile.am WebSVN link: http://websvn.kde.org/?view=rev&revision=767697
Yes that is not necessary to build kdelibs. However I was preparing a spec file to generate packages including an api docs package optionally.