
3.1 Configuring Liquid Common Lisp software
The functioncapi:ensure-motif-libraries determines whether the image has been linked with the appropriate X and Motif libraries and, if not, links the image with them. This function is called automatically when you start the Liquid Common Lisp environment usingenv:start-environment and the value of the:library argument is:motif. For information on starting the Liquid Common Lisp environment, see Section 3.2.
You can also callcapi:ensure-motif-libraries explicitly to link with X and Motif libraries before saving a custom image. This function uses the variablecapi:*motif-libraries* to determine which libraries to use. You can examine this variable and, if necessary, change its value before callingcapi:ensure-motif-libraries. For example, by setting the value ofcapi:*motif-libraries*, you can specify whether to link with static or shared libraries.
Note: The default value ofcapi:*motif-libraries* depends on the platform and operating system. If you need to use some other value, please inform Harlequin Support; see Section 6.1.

Generated with Harlequin WebMaker