[4896] in SIPB bug reports
Re: xscreensaver
daemon@ATHENA.MIT.EDU (Richard Basch)
Mon Oct 3 15:17:02 1994
Date: Mon, 3 Oct 1994 15:13:56 -0400
To: Salvatore Valente <svalente@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: Salvatore Valente's message of Fri, 30 Sep 1994 22:56:02 -0400,
<199410010256.WAA03665@quiche-lorraine.mit.edu>
From: "Richard Basch" <basch@MIT.EDU>
To build with the shared X libraries of AIX:
make sure that it has -I/usr/include first
use -L/usr/lib first.
To build with the shared X libraries that Athena uses:
you need to "attach -h -n x11r4"
use -I/usr/athena/include
use -L/usr/athena/lib/shared
(I think 7.7 still uses the R4 libraries, but am not entirely sure. If
not, replace x11r4 with x11r5 above.)
-Richard