Search found 2 matches
- Sun Apr 24, 2005 6:25 am
- Forum: newLISP and the O.S.
- Topic: sqlite3 and OpenBSD
- Replies: 1
- Views: 2990
sqlite3 and OpenBSD
I am trying to get SQLite working on OpenBSD 3.6 or 3.7-CURRENT. I have compiled sqlite 3.2.1 with the --enable-shared option (using configure) which results in a file /usr/local/lib/libsqlite.so.8.6 Whenever I load the sqlite.lsp program, I get the following error message: Can't open file problem l...
- Sun Apr 24, 2005 4:22 am
- Forum: newLISP newS
- Topic: development version newLISP v. 8.5.4
- Replies: 1
- Views: 3139
Re: development version newLISP v. 8.5.4
I have no idea why many of us have become so used to an application exiting when we hit Ctrl-D, but we have. Ctrl-D is baked into our brains and has been for a very long time. Typing (exit) isn't that hard, but I find myself hitting Ctrl-D every single time and then realize I need to type (exit). Th...