Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Evaluating SourcePro C++
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.4 Environment Variables

The SourcePro C++ Evaluation Edition is a binary version of the SourcePro C++ product. The installation program places the SourcePro C++ link libraries (.lib on Win32, .so on UNIX) in the buildspace\lib directory. Copies of the included third-party dynamic libraries are placed within the <buildspace>\3rdparty\... directory tree.

To run applications using SourcePro C++ components, your system must be able to find the dynamic libraries for all dependent libraries. To simplify your use of the SourcePro C++ Evaluation Edition, this version uses the environment variable RW_SOURCEPRO_HOME, which specifies your installation location. The Windows PATH and UNIX LD_LIBRARY_PATH must be modified to point to the Rogue Wave and 3rd-party dynamic libraries.

Windows: Batch file sproenv_vars.bat defines the environment variable RW_SOURCEPRO_HOME and adds the Rogue Wave and 3rd-party libraries to your PATH. Simply execute <buildspace>/sproenv_vars.bat at the command prompt.

UNIX: On UNIX, sproenv_vars.sh adds the Rogue Wave and 3rd-party libraries to your LD_LIBRARY_PATH. If you are using bash or ksh (or a compatible shell), simply "dot" or source <buildspace>/sproenv_vars.sh as follows:


If you are using a shell compatible with csh, you will have to modify sproenv_vars.sh to accommodate csh syntax.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.