DuhDraw/libcurses.so.1

1997-07-01 Thread Randy Edwards
I wanted to play around with DuhDraw, an ANSI editor, and got the complaint that it wanted the library libcurses.so.1 which isn't on my system. Looking on sunsite and different places I'm unable to locate that library. Recompiling duhdraw just gives me a segmentation fault and a core dump.

Re: DuhDraw/libcurses.so.1

1997-07-01 Thread Jaldhar H. Vyas
When you recompile, make one small change to the Makefile. Change any instances of -lcurses to -lncurses. That should do the trick. (Note you will have to have the ncurses-dev package installed.) You may also be able to link libcurses.so.1 to libncurses.so.3.0 but I think recompiling may be a