On Wednesday 28 May 2008 10:23, Mark Wright wrote: > Its trivial change to the .pspc files to fix the errors below, > just search for the lib*.so*, copy the line, and change the > duplicate lib*.so* line to lib*.a, like:
Either that or remove the .a files after install; many of our install.sh scripts do some cleanup (in particular of .la files) after installation just with rm -f $DESTDIR$_libdir/*.la so something similar could be done for ncurses.
