A short guide on how to build and install XPaint.

If you have X Windows installed with imake, you should
just need to type:

	xmkmf
	make Makefiles
	make install

	xpaint


=============================================================================


			Having Trouble Bulding XPaint?
			     Here Is Some Help



===  General Problems

Undefined symbol random:
	
	Edit sprayOp.c and define the symbol USE_DRAND

Undefined symbol strerror:
	
	Edit Local.config and define MISSING_STRERROR

Undefined symbol strcasecmp:
	
	Edit Local.config and define MISSING_STRCASECMP

===  SCO Unix:

From: Tom Kelly <tom@sco.com>

Since SCO does not ship the Athena widgets with the system, they have
to be obtained.  They are available for free from sosco.sco.com  and
various mirrors (including ftp.uu.net) in the TLS directory.  Both the
R4 and R5 widgets are available.

====  Sun machine:

Undefined symbol:
	_get_wmShellWidgetClass
	_get_applicationShellWidgetClass

	>From: Harald Tveit Alvestrand <harald.t.alvestrand@delab.sintef.no>
	>
	>It turns out that the problem occurs with X11R4 on SunOS 4.1.2 and
	>later. SUN "fixed a bug" in the linker that made it conform to the
	>documentation (AARRGGHH), which, as a side effect, wrecked linking
	>to X11R4.
	>
	> There are only 2 solutions that I know of:
	> - Upgrade to X11R5 libraries, which don't have the problem
	> - Add the following line to the Imakefile:
	>     LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) -Bstatic


