Dear all,
I've a problem of the following. In our solaris network, the Motif
library is named as 'libXm.so.2' and is having a symbolic link
'libXm.so -> libXm.so.2'. I used '-lXm' to link my program with
Motif library dynamically and it works fine in our network.
However, when I execute that program in another solaris
network which has the version of Motif library named 'libXm.so.3'
and it has also a symbolic link 'libXm.so -> libXm.so.3', it
displays an error message 'libXm.so.2 not found'.
Could anyone help me to solve this problem such that my program
can be portable to any solaris networks? Thank you very much
for your attention.
--
Chang-ming Wu (???)
Department of Electronic Engineering 4/4
The Chinese University of Hong Kong
WWW: http://www.ee.cuhk.edu.hk/~cmwu/