On Fri, 10 Jun 2005 15:32:44 -0400, <[EMAIL PROTECTED]> wrote:
>>>>>> "Paolo" == Paolo Amoroso <[EMAIL PROTECTED]> writes:
>
>     >> Also, can you tell me what version of Motif are you using?  I know
>     >> it's LessTif, but is it the Motif 2.1 compatible version or something
>     >> else? 
>
>    Paolo> Huh... How do I find out?
>
> Other than that, I don't know.  I don't know much about Motif either.

Brute Force!

If you know where libXm is located, adjust the root of the find search..
If you have NFS (or other) mounted X libs, remove the '-mount'

find /usr -mount -name "libXm.*" -ls -exec strings "{}" \; | grep -i Version | 
grep -i Motif

In my case:
the libXm.so.3.0.2 is Motif Version 2.2.3
the libXm.so.2.1   is Motif Version 2.1.30


-- 
With sufficient thrust, pigs fly fine.


Reply via email to