Rogue Wave banner
Previous fileTop of DocumentContentsNext file

4.3 Include Path

You must specify the include path in all your project files if you're using an IDE, and in any other relevant scripts or files that contain path information. In addition, you must be sure to use the proper path if you run your compiler from the command line.

The include path for LAPACK.h++ header files is:

For example, for MSVC 6.0 on NT 4.0 with build type 7s:

Appendix A lists the mnemonics for all the compilers and operating systems that Rogue Wave supports. SPM appends version numbers to the mnemonics for your compiler and operating system. Section 2.5 explains <buildtype> information.

Note that LAPACK.h++ header files are specified with a leading rw/. For example, the DoubleBandMat header file is included in source as:

This convention avoids potential naming conflicts with similarly named header files from other libraries. The rw/ indicates that the header file is part of the LAPACK.h++ library.

This means that the include path that you specify for your compiler will look something like this:

and not like this:


Previous fileTop of DocumentContentsNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.