Alfred M. Szmidt
Alfred M. Szmidt
I cannot explain why things changed, but historically ``-lcurses`` also needs ``-ltinfo`` for various stupid reasons to just be sure -- sometimes even ``-ltermcap``. It has always been a hit...
Maybe we should get this in as is, since it contains lots of good changes. And any other fixes can be done in a different PR?
> > Maybe we should get this in as is, since it contains lots of good changes. And any other fixes can be done in a different PR? > >...
Would be really nice to back port this fix, since it makes gtkwave very hard to use in its current state. Anything one can do to help?
The "fat" line one looks quite messy. :-(. But the last one I really do like, looking forward to that! If you are looking for testers, I'm all in. Thank...
FC was running a LMFile file system, and FS was running a LOCAL-FILE file system. FC and FS were the same machines (LISPM27). From the Lisp Machine manual: > The...
The remote protocol name for LMFile was "LMFILE", as can be seen in source code. https://tumbleweed.nu/r/sys/file?ci=tip&name=file2/server.lisp&ln=46-57
There are two remote protocols for the Lisp Machine, LMFILE and REMOTE-FILE. I don't know what MIT-OZ used.
LMFILE was also implemented on the Lisp Machine though, and was also hosted by FC (FS used Local-FILE).
Using make EMULATOR=simh: ``` OCTAL UNFASL OD UNFASL OPTDEF UNFASL PHSPRT UNFASL PRIVOB UNFASL PROMPT U The last command timed out. make: *** [out/simh/rp0.dsk] Error 1 ``` Just about all...