Shared libraries, specfil, curses?

Merlin Wilkerson merlin at cms2.UUCP
Thu Feb 2 05:53:31 AEST 1989


   I am interested in building a shared library for curses.  Even 
getting initscr() and endwin() and related functions into a shared 
library should help considerably considering the output size of the
following program.

/* w.c */
#include <curses.h>
main() { initscr(); endwin(); }

$cc -s w.c -o w -lcurses; ls -l w
-rwxr-xr-x   1 merlin   staff      90616 Feb  1 13:20 w

    I would really like to see a "specfil" suitable for mkshlib(1).
It would be wonderful if it involved curses, but ANY "specfil" would
be helpful.  Any experiences along this line would also help.

thanks,
-- 
merlin      killer!mic!merlin        214-824-4947



More information about the Comp.unix.microport mailing list