Read this file if HeNCE doesn't compile or run on your system.

General
=======

If your c compiler complains about conflicts between the definition
of malloc() in htool/Bondo.h, edit that file to comment out the
definition.  (Some systems expect malloc() and similar functions
to be declared "char *", others "void *".)

SunOS 4.1.3
===========
When compiling htool, if you get loader errors of the form

ld: Undefined symbol
   _get_wmShellWidgetClass
   _get_applicationShellWidgetClass

The quick fix is to edit htool/Makefile, search for "-lXmu", 
and change it to "-Bstatic -lXmu -Bdynamic".

If you're running X11R5, you need to recompile the libraries after
correctly setting OSTennyVersion correctly in the config/sun.cf file.

To solve the problem if you are using OpenWindows 3.0 (X11R4-based Xt), please 
contact your local Sun office and request the following patches:

Patch i.d.      Description
100512-02       4.1.x OpenWindows 3.0 libXt Jumbo patch
100573-03       4.1.x OpenWindows 3.0 undefined symbols when using
                        shared libXmu

(note that the -XX suffix numbers may have increased; SunOS patches
tend to do that a lot.)

