Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ames!sdcsvax!ucbvax!SPAM.ISTC.SRI.COM!wohler From: wohler@SPAM.ISTC.SRI.COM (Bill Wohler) Newsgroups: comp.windows.x Subject: installing in /usr/new/X11 Message-ID: <8710070247.AA12943@milk1.istc.sri.com> Date: Tue, 6-Oct-87 22:47:49 EDT Article-I.D.: milk1.8710070247.AA12943 Posted: Tue Oct 6 22:47:49 1987 Date-Received: Sat, 10-Oct-87 06:28:34 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: SRI International, Menlo Park, CA Lines: 21 so, now that i've changed my *DIR options in Imake.tmpl, what more do i need to do? recompiling didn't compile anything. i found some hardcoded path names in server/include/site.h--do these have to be changed? if this is the case, i suggest that site.h (and whatever others) depend on the makefile, and that the makefile pass -DLIB=\"$(LIBDIR) into the files. then, for example, #define COMPILEDDEFAULTFONTPATH "/usr/lib/X11/fonts/" would be changed into #define COMPILEDDEFAULTFONTPATH LIB/fonts/" note the tricky placement of the doublequotes (idea from xtrek, actually). we've got a sun 3/160 running 3.4 here. --bw