This chapter describes how to compile your Tools.h++ library and examples. Before you attempt to use SPM to compile a library, make sure that all compiler-specific environment variables and system settings are properly defined.
Before using SPM to build products on Linux, please check these two requirements:
The grep, sed, and dirname utilities must reside in /bin. If they don't, use whereis <file> to determine the location of any utility that is not in /bin then run a symlink from <file> to /bin using:
ln -s <full path to file> /bin.
The ksh utility is required when using SPM to build Rogue Wave products. If your Linux installation does not include ksh, create a symlink from zsh - a shell provided with most, if not all Linux distributions-to /bin/ksh, using:
ln -s /bin/zsh /bin/ksh
Be sure to check our knowledge base at support.roguewave.com for updated requirements and additional information about Rogue Wave products.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.