Just run into some problems WRT our different version of the libs.
To reduce this we should make use of the libtool feature of
inter library dependencies as we have already done a bit for libXm-2.1.
(this neither a new idea, nor did I invent this ...)
Starting with something simple I thought to attack libMrm.
Is this the proper way to embed a dependency of our libXm:
libMrm_la_LIBADD = -L../Xm/.libs -lXm
?
I'm not 100% sure how to deal with a non-installed library.
A simple test however did indeed create a libMrm.so on which a 'ldd libMrm.so'
showed a link to an installed version of libXm.so.1.
--
Alexander Mai
[EMAIL PROTECTED]