This is a collection of hints for building PLP on platforms
where the "configure" script will not be able to guess the right
answers. If you know of any of these that aren't already included
here, send your hints to <jmason@iona.ie> and I'll include them
in the next release.

Alternatively, if the fix is simple enough, I may be able to include
it into the code in "portable.h".

--j.

---------------------------------------------------------------------------
SNI Targon/35 (from Lothar Butsch <but@unibw-hamburg.de>):

  Do all compilations in the ucb universe!
  Run "configure" as follows:

    CFLAGS=' -Xt' configure

  then change the Makefile line for COMPILERFLAGS to:

    COMPILERFLAGS = -Xt -DIS_T35

---------------------------------------------------------------------------
Pyramid OSx 4.4, 5.1 (from Michael Joosten <joost@cadlab.de>)

  For OSx 5.1, use the same comments as above for Targon/35 (TOS 4.1)
  For OSx 4.4 (or TOS 3.3), you'll need at least GNU gcc. I happend
  to get at least 2.4.5 compiled, not sure about newer versions.
  In case you don't know: Targon/35 TOS is actually is slightly changed
  Pyramid OSx.

  Since PLP uses sockets, you also have to compile in the 'ucb' universe!
  The OSx 5.1 port has also been tested with a local printer attached
  (PostScript, Apple LaserWriter, lprps)

---------------------------------------------------------------------------
Apollo DOMAIN/OS 10.3.5 (from Michael Joosten)

  As with all operating systems that have universes, you have to compile in
  the BSD universe, i.e. with SYSTYPE=bsd4.3 (ver bsd4.3). The port was
  (shortlly) tested with remote lpr/lpd, but not with a local printer
  attached.

---------------------------------------------------------------------------
A/UX (Eric C. Hagberg <hagberg@mail.med.cornell.edu>):

  Run "configure"; then edit the Makefile and change these lines
  to the following:

  LIBS=-lposix -s
  SHELL_PATH=/bin/ksh

---------------------------------------------------------------------------

Convex C38xx, OS Ver 11.0 (from Stefano Ianigro <w_stef@unibw-hamburg.de>):

  For OS Rel. 11.0 don't use CC; it cannot compile errormsg.c,
  setstatus.c and the routines which are using varargs because
  va_alist is undefined. Install GCC instead and use that. 
  (this may be unnecessary as of version 3.4.12).

---------------------------------------------------------------------------
