[2467] in SIPB bug reports
New versions of rrn and xrn installed
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Fri Feb 14 03:47:12 1992
Date: Fri, 14 Feb 92 03:46:38 -0500
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: tytso@Athena.MIT.EDU
Cc: bug-sipb@Athena.MIT.EDU
In-Reply-To: Theodore Ts'o's message of Tue, 11 Feb 92 22:57:21 -0500 <9202120357.AA02414@tsx-11.MIT.EDU>
Date: Tue, 11 Feb 92 22:57:21 -0500
From: tytso@Athena.MIT.EDU (Theodore Ts'o)
Reply-To: tytso@Athena.MIT.EDU
Address: 1 Amherst St., Cambridge, MA 02139
Phone: (617) 253-8091
I've installed new versions of rrn and xrn which will print an
intelligent error message if we need to shut down the news server for
maintenance in the future.
Now go back and install it in the correct version of the locker
(/afs/.sipb/project/sipb, not /afs/.athena/contrib/sipb) :-).
The one exception is xrn on the RS/6000,
which I wasn't able to recompile. It was complaining about not finding
to Xtoolkit routines during link time.
RS/6000 X applications are linked against X11R4, not X11R5. All other
platforms use X11R5, for xrn and for any other applications that I
have had to recompile since X11R5 became stable.
To build a Makefile from an Imakefile on the RS/6000: "imake
-I../../src/X11-config -DUseInstalled -DUseSharedLibs" with X11R4
attached. You need to use that command every time you build the
Makefile, i.e. "make Makefile" should *not* be used. On other
platforms, attach X11R5 and do "imake -I../../src/X11r5-config
-DUseInstalled"; in this case, "make Makefile" *will* work from that
point on.
jik