Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!think.com!mintaka!bloom-picayune.mit.edu!athena.mit.edu!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.unix.programmer Subject: Re: Socket references Message-ID: <1991Apr19.210955.7035@athena.mit.edu> Date: 19 Apr 91 21:09:55 GMT References: <1991Apr12.203141.21215@decuac.dec.com> <26302@hydra.gatech.EDU> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 35 In article <26302@hydra.gatech.EDU>, jb107@prism.gatech.EDU (Jim Burns) writes: |> By anonymous ftp, you skip the first three directories. The files in this |> directory are controlled by a makefile that specifies a program |> represented by $(GREMLINS). What is it? Without that part, the resulting |> document has three figures missing that should be inserted from .grn |> files. I've wondered about this myself. The 4.3BSD version tries to use a program called "grn" too, but that program does not come with stock 4.3BSD. The 4.3reno libraries appear to contain sources for a library of grn functions, but I can't find any program in the source tree that uses the library functions. In sum, I don't know how to process these files. I was hoping someone else would post here and explain, which is why I waited for four days before posting this response :-). |> There is also a |> |> .include |> |> line that my system doesn't like. What is it for? 4.3reno comes with an enhanced version of make, called pmake, which deals with directives such as ".include" and ".if" in Makefiles. The standard Make include files are in share/mk in the 4.3reno sources. The sources to the modified make are in usr.bin/make; furthermore, there are several anonymous ftp sites that archive it (ask archie for "pmake"). -- Jonathan Kamens USnail: MIT Project Athena 11 Ashford Terrace jik@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8085 Home: 617-782-0710