How to use YACL with SUN C++

Last update: June 20th, 1997

This file provides directions on how to build YACL and its demo programs using Sun's native C++ compiler.

Building YACL

Here are the steps:

You can also build a debug version of the library via the command

Known problems

This is a cfront-based compiler with lots of idiosyncracies about template instantiation. There's a lot of code surrounded by "#ifdef __CFRONT__" intended to appease this compiler. Thanks to Jody Hagins for the help on this.