Problem 699 - Multiple dynamically loadable libraries (libXm.so.3/libXm.so.2) and their versions
Summary: Multiple dynamically loadable libraries (libXm.so.3/libXm.so.2) and their ver...
Status: RESOLVED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 6.2
Hardware: PC Linux
: P2 normal
Assignee: Gunter.Folger
URL:
Depends on:
Blocks:
 
Reported: 2004-12-03 02:03 CET by w.stiller
Modified: 2005-09-23 02:09 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description w.stiller 2004-12-03 02:03:21 CET
All novice examples compile and build without any errors. However, the following
linker warning appears right at the end for ALL examples:

/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld:
warning: libXm.so.3, needed by
/home/stiller/geant4/tmp/Linux-g++/exampleN01/libexampleN01.so, may conflict
with libXm.so.2

Nonetheless the examples (except for exampleN03) work fine. Do I have to worry
about the warning or is it meaningless? Where does it come from and what causes it?

Thank you for your help

Wolfram Stiller
Comment 1 w.stiller 2004-12-06 06:38:59 CET
The problem is due to linking two different versions of Motif libraries (in this
case LessTif and OpenMotif 2.2). Getting rid of one (in my case LessTif) Motif
installation solves the problem. It is critical (compare to bug report no. 700).
Comment 2 Gabriele Cosmo 2005-09-23 02:09:59 CEST
Closed. Identified as a system configuration problem.