On Mon, Jan 26, 1998 at 09:17:08AM +0100, Peter.VanEynde wrote: > I'm working on making a debian package of CMUCL, a lisp system. That > I've (almost) ported CMUCL to glibc2, but I'm having a bit of a problem. > > First of all: what happened to errno? It was a variable, but now it is a > kind of pointer? Was it done for multi-threading? Where can I find more > information on it?
I can at least answer the first question. Install libc6-doc and either the standalone ``info'' package or ``emacs''. Then type ``info libc'' (or start emacs and go into info mode). Once there, find information about errno by hitting ``s'' and then typing ``errno''. I've been very impressed by the info docs in libc6-doc. It makes programming quite a bit easier. -- Nathan L. Cutler (int'l ++420 instead tel.: 0311-671160 Livingston, s.r.o. of leading zero) fax: 0311-671159 [EMAIL PROTECTED] mobile: 0602-251053

