Maren Purves wrote:
Kate Feng wrote:
> However, at run time, I got error :
> libXm.so.2: cannot open shared object file: No such file or directory
>
>
> I am not sure where it came from because the built edm
> consists of libXm.so.3, not the libXm.so.2. libXm.so.3 is
> installed on the PC where I built the edm.
Hi Kate,
if you create a link where libXm.so.2 points to libXm.so.3
it should work (don't know exactly why, but I have seen this
on a number of occasions with some of the libraries).
I did so, but I got error message :
lib605432d2-f29d-11d2-973b-00104b8742df.so:
undefined symbol: createWidgets__18activeGraphicClass
I got the same erro even though I copied the libXm.so.2.1 from
a different machine. Perhaps, tomorrow I will try to build edm
with the lower version of openmotif with all the right dependencies.
At least I had no problem running medm with the newer version of
openmotif.
Thanks,
Kate