This is a quick-start guide for compiling ORC on our
native Itanium machine.  For more detailed instructions
see the sourceforge webpage.

The only version of gcc that I know ORC to work with is 2.96.
The version of gcc that's currently in /usr/bin works well.
/usr/local/bin/gcc does not seem to work for me.  Just adjust
your path so /usr/bin preceeds /usr/local/bin.

1. cvs co orc-2.1
2. setenv TOOLROOT `pwd`/orc-2.1
3. cd $TOOLROOT/src
4. make -f Make.native
5. ./INSTALL.native

If you want to make the miscellaneous libraries:

6. make -f Make.NUE.lib
7. ./INSTALL.native

Otherwise, you're ready to go.  Just set your path to
include $TOOLROOT/usr/bin.

