s3270 Build and Install Instructions

To build s3270, type:
    ./configure
    make
To install s3270 in the default install directory (/usr/local/bin), type:
    make install

Notes for Solaris 2.x and Sun's C Compiler

Do not use Sun's BSD-compatibility compiler, /usr/ucb/cc. This is good advice in general, but in particular, s3270 will not build with it. You should have a directory containing gcc (recommended) or Sun's standard compiler in your $PATH ahead of /usr/ucb.