Torbjørn Kristoffersen wrote: > Now, there is another problem. Which is; when I compile the whole thing, it > won't compile because it misses -lnsl. A library called SL(NSL?)? Anyone heard of > it? Just remove the `-lnsl' from the Makefile. Similarly for `-lsocket' if it refers to that. libnsl is the `name service lookup' library. On some Unices it implements the gethostby* calls. With GNU libc, these are built into libc itself. -- Glynn Clements <[EMAIL PROTECTED]>
- Problem compiling LinuxDoom Torbjørn Kristoffersen
- Glynn Clements