Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!usc!ucla-cs!wine From: wine@maui.cs.ucla.edu (David Wine) Newsgroups: comp.windows.x Subject: difficulty installing in other than /usr/[bin,lib,include]/X11 Summary: configuration problem Message-ID: <29336@shemp.CS.UCLA.EDU> Date: 20 Nov 89 16:11:39 GMT Sender: news@CS.UCLA.EDU Reply-To: wine@cs.ucla.edu (David Wine) Organization: UCLA Computer Science Department Lines: 83 I have a problem configuring. I tried to make X to sit in /n/color/share/usr/bin/X11R3, with the obvious lib and include libraries. I used the site.def file which follows and made the World. To install I did make DESTDIR=/n/color/share install. The files all went to the expected places (/n/color/share/usr/.../X11R3/...) but X can't find its fonts. What did I do wrong? --David /**/# site: $XConsortium: site.def,v 1.16 88/10/12 10:30:24 jim Exp $ /***************************************************************************** * * * SITE-SPECIFIC DEFINITIONS * * * * Override any of the defaults in def.def here. Use ifndef so that servers * * can override you if necessary: * * * * #ifndef ABuildParameter * * #define ABuildParameter myvalue * * #endif * * * * We strongly recommend that you don't change the installation directories * * and just use symbolic links if you want things to be installed on a * * different partition. For example, * * * * # cd directory_containing_X_distribution * * # make World * * # mkdir /otherdisk/X * * # foreach i (bin lib include) * * > mkdir /otherdisk/X/$i * * > ln -s /otherdisk/X/$i /usr/$i/X11 * * > end * * # make install * * * * Note on using DESTDIR: If you want to install into a scratch directory * * but will eventually move the tree back to the root, compile with DESTDIR * * blank and install with "make install DESTDIR=directory". * * * *****************************************************************************/ /* * place site-specific definitions here */ /* added Oct 1989 D. Wine */ #ifndef ibm032 #define ibm032 /* as nothing */ #endif /* new video DAC in all our mpels */ #ifndef DAC_MPEL16M #define DAC_MPEL16M /* as nothing */ #endif #ifndef PrimaryScreenResolution #define PrimaryScreenResolution 91 /* for mpel */ #endif #ifndef ManDirectoryRoot #define ManDirectoryRoot /usr/local/man #endif #ifndef DestDir #define DestDir /* as nothing */ #endif #ifndef UsrLibDir #define UsrLibDir $(DESTDIR)/usr/lib #endif #ifndef BinDir #define BinDir $(DESTDIR)/usr/bin/X11R3 #endif #ifndef IncDir #define IncDir $(DESTDIR)/usr/include/X11R3 #endif #ifndef LibDir #define LibDir $(USRLIBDIR)/X11R3 #endif