Hi ,

I have a motif application which is currently linking to /usr/lib/Motif1.2/libXm.1 and /usr/lib/X11R5/libXt.1, and
my application works perfectly fine . But i want to run my application on a machine where /usr/lib/Motif2.1/libXm.4 and /usr/lib/X11R6/libXt.3 only available . When i ran my application linking to these libs i got the
following warnings and it dumped core .

Warning Missing charsets in String to FontSet conversion
Warning Cannot convert string "-dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
Warning Missing charsets in String to FontSet conversion
Warning Cannot convert string "-dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet

Why i am getting the above warning ?? Is there any document how to proceed when you
want to port your application to link with the latest libXm and libXt. ?? If anybody has done such work
please give me some pointers.

Thanks in adv,
vara