WCL runs on SPARC based machines running SunOS4.1.X or Solaris 2.X.
See wcl.text for porting information.

INSTALLATION
------------

WCL is distributed in two parts - binaries and sources. In order to
use the binary distribution, you must set the environment variable
LD_LIBARARY_PATH to the name of the directory containing the wcl libraries.
Note that WCL no longer requires GCC 2.1 to run. 

The binary distribution contains compiled libraries for the basic 
CL runtime, the compiler, and CLX. If you want PCL, the pretty
printer and the logical pathname code you must compile those yourself
after installing the binaries. You can compile these systems by 
typing "make <system-name>" from the WCL root directory.

Refer to wcl.text for more details.

DEBUGGING
---------

WGDB4-2. supports WCL debugging under SunOS 4.X. 

RESTRICTIONS
------------
WCL on Solaris does not yet support dynamic loading of object files.
WGDB does not yet support special WCL debugging features. These features
are being merged into GDB 4.12.

INSTALLING GCC2.X
------------------
configure sun4
<edit the Makefile and change "prefix" from /usr/local to whatever you want>
make LANGUAGES=c
make stage1
make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" LANGUAGES=c 
make CC=stage1/gcc install LANGUAGES=c                  

Just type "gcc -v" to see if gcc is installed. If it is, it will print
out the version number of the gcc you have.  After gcc is built and
installed, you can delete the entire gcc directory.


CROSS COMPILATION
-----------------
Cross compilation from other Lisps is no longer supported.
