Unless you specifically request otherwise, the LAPACK.h++ source files do not get copied to the Rogue Wave workspace at the end of the build process. Instead they are left in the parts directory structure. The precise location within parts depends on whether the source files are for the LAPACK.h++ core library or the FORTRAN library provided with LAPACK.h++:
<rw_root>\parts\lpk<ver><osfam>\source\lapkcore\src <rw_root>\parts\lpk<ver><osfam>\source\lapkfor\src
For example, for LAPACK.h++ 2.0.7 built on a Windows system, the source file locations for the core and FORTRAN libraries would be:
<rw_root>\parts\lpk0207w\source\lapkcore\src <rw_root>\parts\lpk0207w\source\lapkfor\src
You may be required to provide this library source file location to your debugger when you debug your programs.
If you do request that the source files be exported to the workspace, they would be copied to:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
\buildloc\lpk<ver><osfam>\[lapkcore|lapkfor]
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.