All Manuals > LispWorks Delivery User Guide > 8 Delivery on Linux, FreeBSD, x86/x64 Solaris and Unix > 8.2 X11/Motif considerations

NextPrevUpTopContentsIndex

8.2.1 Loading Motif

On LispWorks platforms supporting pthreads, the supplied image contains the GTK GUI only, and therefore GTK is the default graphical library for applications. To build a Motif application on these platforms you need to include

(require "capi-motif")

in your delivery script.

You may wish to consider building a GTK version of your application too.


LispWorks Delivery User Guide - 13 Dec 2011

NextPrevUpTopContentsIndex