Charles McKnight wrote:
>
> Greetings!
>
> I've just downloaded, built, and installed LessTif 0.90.1, and am trying
> to get the examples from the O'Reilly Motif Programming Manual to run.
>
> Using the following command line:
>
> gcc -ohello -I/usr/local/LessTif/Motif1.2/include -I/usr/X11R6/include
> -L/usr/X11R6/lib -L/usr/local/LessTif/Motif2.0/lib -lXt -lXm -lX11
> hello.c
You should always link the libraries in the following order: Xm Xt X11;
if you link Xt before
Xm, your program will not work.
Marcus Butler
[EMAIL PROTECTED]