I've been playing with ncurses, trying to get all the parts built correctly.
I've added -lmenu at LIB_SUFFIX@ -lform at LIB_SUFFIX@ -lpanel at LIB_SUFFIX@ to the c++/Makefile.in to SHLIBS I have been unsuccessful getting the libncursesw++.so to "install". The error message I'm seeing pkgbuild: ld: fatal: file ../lib/libformw.la: unknown file type pkgbuild: ld: fatal: File processing errors. No output written to .libs/libncursesw++.so.5.0.6 pkgbuild: libtool: install: error: relink `../lib/libncursesw++.la' with the above command before installing it pkgbuild: make[2]: *** [install] Error 1 pkgbuild: make[2]: Leaving directory `/export/home/bent/packages/BUILD/FOSSncurses-5.6/i386/NCURSES/5.6/c++' pkgbuild: make[1]: *** [install] Error 2 pkgbuild: make[1]: Leaving directory `/export/home/bent/packages/BUILD/FOSSncurses-5.6/i386/NCURSES/5.6' If I do it manually, it will build.. Ben
