Hi all,
I have some code that uses the CML library. I have put the cml.lcg in the lib directory. When I run the code in GAUSS 12 version, I encounter the following problem:
Undefined symbols: _cml_Algorithm _cml_LineSearch
What is the problem even though I installed the CML library?
1 Answer
0
To install one of the GAUSS application modules, you need to extract all the files from the application module zip file. Each application module has:
- A library file, such as cml.lcg, which needs to go in the GAUSSHOME/lib directory.
- Some source files which end in .src. These need to be placed in GAUSSHOME/src.
- Possibly some declaration and or external definition files (.dec or .ext) which also need to be placed in GAUSSHOME/src.
- Example files which end with .e and need to be placed in GAUSSHOME/examples.
Here is a link to instructions for installing GAUSS application modules for GAUSS 12 and earlier. Here is a link to instructions for installing GAUSS application modules with GAUSS 13 and newer.
Your Answer
1 Answer
To install one of the GAUSS application modules, you need to extract all the files from the application module zip file. Each application module has:
- A library file, such as cml.lcg, which needs to go in the GAUSSHOME/lib directory.
- Some source files which end in .src. These need to be placed in GAUSSHOME/src.
- Possibly some declaration and or external definition files (.dec or .ext) which also need to be placed in GAUSSHOME/src.
- Example files which end with .e and need to be placed in GAUSSHOME/examples.
Here is a link to instructions for installing GAUSS application modules for GAUSS 12 and earlier. Here is a link to instructions for installing GAUSS application modules with GAUSS 13 and newer.