Compiling OmniBroker with GCC
Requires GCC 2.7.2.1
- Exception handling necessary (Intel and Sparc)
Installation procedure
- Get and extract OmniBroker .tar.gz file
- Set environment variables according to INSTALL:setenv CXX c++setenv CXXFLAGS "--no-implicit-templates -fhandle-exceptions -Wall"
- Run ./configure
- Run make and make install
- Run tests with ./runtest