CML library in GAUSS 12

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:

  1. A library file, such as cml.lcg, which needs to go in the GAUSSHOME/lib directory.
  2. Some source files which end in .src. These need to be placed in GAUSSHOME/src.
  3. Possibly some declaration and or external definition files (.dec or .ext) which also need to be placed in GAUSSHOME/src.
  4. 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.

aptech

1,773

Your Answer

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:

  1. A library file, such as cml.lcg, which needs to go in the GAUSSHOME/lib directory.
  2. Some source files which end in .src. These need to be placed in GAUSSHOME/src.
  3. Possibly some declaration and or external definition files (.dec or .ext) which also need to be placed in GAUSSHOME/src.
  4. 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.


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy