3.1 Configuring Liquid Common Lisp software

capi:ensure-motif-libraries

Function

Package:capi

Submodule:capi

Syntax:capi:ensure-motif-libraries &optional ask

This function ensures that the proper X Window System and Motif have been linked with the image. If the libraries have not been linked, and if the value of the ask argument is notnil, the user is asked whether to link with the libraries. If the user answers yes, or if the value of ask isnil, the function links the image with the libraries in the list that is the value of the variablecapi:*motif-libraries*. To perform the linking,capi:ensure-motif-libraries callsffi:read-foreign-modules.

This function is called automatically (with a value oft for ask) when you callenv:start-environment and the value of the:library argument is:motif.


Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker