./festival/config/default_make_rules
------------------------------------

# At the top
SHELL=ksh # or whatever


./festival/config/config_make_rules
-----------------------------------
    CFLAGS  = -Zexe -Zmtd
    CXXFLAGS  = -Zexe -Zmtd
    COMPILERLIBS= -lstdcpp

    TEST = test

    RANLIB = ar s

    SOCKET_LIBS = -lsocket

    ESTOOLSLIB = -L$(ESTOOLSDIR)/lib -llibestools -llibeststring

**IMPORTANT**
-------------

You will need to modify readline codes and add a home brewed errno2
variable because with multithreaded codes, errno is pre-defined as a
function and not as a variable.

If you are _desperately_ looking for some GNU utils, contact me
Samuel Audet <guardia@cam.org>

