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")
You may wish to consider building a GTK version of your application too.