On Tue, Apr 03, 2001 at 10:41:30AM -0400, Jim Stith wrote:
> i need to install the code forge ide and cannot because mandrake uses
> lesstif and not motif or openmotif. is there a way to keep lesstif and
> install code forge. anyone else have this problem?
>
>
> thanks
>
> jim s.
I assume you end up using the wrong shared libraries libXm.so.!?
The question how to use different versions of the same libray on one
system is not really a LessTif/Motif related one. I don't
know whether you can tell the loader on a per-executable basis (for
already-linked binaries) where to look for shared libs, but if you use the
LD_LIBRARY_PATH env var e.g. in a batch script it should be possible:
export LD_LIBRARY_PATH=/where/motif/libs/are
code_forge
?
You could also try to limit usage of the Motif/LessTif libs to
either a 1.x or 2.x version - given all executables refer
properly to libXm.so.x
There are probably many more good ideas on this issue.
--
Alexander Mai
[EMAIL PROTECTED]