Instructions for building MixViews on Linux with ivtools-0.7.4 or greater,
with libstdc++-2.8 or greater (requires egcs):

0. acquire and unpack the latest version of MixViews in a new directory:

  ftp://ftp.ccmrc.ucsb.edu/pub/MixViews/source/mxv-current-source.tar.gz

1. comment out the definition of APP_CCINCLUDES in MixView's Imakefile
(line 187) and change the ARCH_CCLDLIBS at line 128 to remove -lieee.

2. add an "int MAIN__;" near the top of main.C to work around a global
symbol required by libf2c.

3. Then run the ivtools ivmkmf with -a from that MixViews source
directory (make sure your CPU environment variable is set to LINUX --
ignore the make depend errors):

  ivmkmf -a

4. then do a make, ignoring the warnings from gcc:

  make -k

See ftp://ftp.create.ucsb.edu/pub/MixViews.html for more
information on obtaining and building MixViews.
