I'm trying to get Frotz to work on OZ 3.5.1. The existing package installs OK if I ignore the dependency on "terminal", but won't run because I don't have libncurses.so.4.
I poked around and saw that there was a libncurses.so.5. I thought I'd be clever and copy this as version 4. Surely the new version does everything the old one did, and more.
That got me closer -- I can see the usage screen now, but opening a .z5 file gives me an error like this:
root@collie:/mnt/ram/home/QtPalmtop/bin# ./frotz /mnt/cf/if/slouch.z5
./frotz: symbol lookup error: ./frotz: undefined symbol: __divsi3
So I figure I have two options -- recompile Frotz to use the newer ncurses, or get a real copy of the older ncurses. What should I do?