Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!nrl-cmf!ames!killer!mic!cms2!merlin From: merlin@cms2.UUCP (Merlin Wilkerson) Newsgroups: comp.unix.microport Subject: Shared libraries, specfil, curses? Keywords: specfil, curses Message-ID: <139@cms2.UUCP> Date: 1 Feb 89 19:53:31 GMT Organization: CMDS, Dallas, Texas Lines: 20 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 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