Xref: utzoo comp.windows.x:16678 comp.unix.aux:1524 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!apple!apple.apple.com!peters From: peters@apple.apple.com (Steve Peters) Newsgroups: comp.windows.x,comp.unix.aux Subject: Re: X11R4, AUX, Problems, and Some solutions. Message-ID: <6078@internal.Apple.COM> Date: 9 Jan 90 03:53:30 GMT References: <5881@umd5.umd.edu> Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 32 In article <5881@umd5.umd.edu> steveg@umd5.umd.edu (Steve Green) writes: > xinit: Seems to be looking for ./filename or /filename and it does not > get em that way. (shell problem?) Actually a broken X11R4 script (derived from R3, where xinit.c behaved better :-{ ) > Work Around: Use full path names in /usr/bin/X11/X11R4. Right, both for "xterm" and "XmacII". > cpp: Limited to 7 include directories. It will bomb out somewhere > in server/ddx/macII/. (of all places) > Solution: Increase the NINCLUDE define in util/cpp/cppdef.h. Under A/UX 1.1 and later, you needn't run the R4setup.sh script--util/cpp isn't needed. The macII/README fails to say that only A/UX 1.0 requires R4setup.sh. > Also, the imake configuration stuff needs to be told to build makefiles with > -B/usr/lib/big/ added to CFLAGS Better, correct config/macII.cf (if you aren't using gcc): #define CcCmd cc -B /usr/lib/big/ > and /etc/bsdinstall for INSTALL instead of bsdinst.sh. bsdinst.sh did not > work at all... the cp command in the script was not happy.. 8-( Hmmm, bsdinst.sh works OK for me. Were you super-user when you did "make install"? > xterm: xterm is not registering entries in utmp... I dont know why Me neither, I'll look into it. Steve Peters Apple Computer, Inc.