Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!snorkelwacker.mit.edu!stanford.edu!agate!darkstar!felix!haynes From: haynes@felix.ucsc.edu (99700000) Newsgroups: comp.windows.x Subject: Problems with installation scripts Message-ID: <13460@darkstar.ucsc.edu> Date: 15 Mar 91 20:29:41 GMT Sender: usenet@darkstar.ucsc.edu Organization: University of California, Santa Cruz Open Access Computing Lines: 15 One would like to be able to compile X11 on a server, then export the build tree read-only and allow other machines to NFS mount it and cd to the root of the build tree and 'make install' One reason this fails is a crock in most vendors' versions of ranlib, which try to write in the current directory rather than in the directory where the library being ran-ed lives. gnu ranlib doesn't have this problem, and I've been promised that 4.4 BSD won't have it either. Another problem is that the mergelib script in X11 tries to create a temporary directory in the build tree. There may be others; at this point I gave up and mounted the build tree read-write, root access for the duration of the install.