Bug 80777

Summary: multiple definition of `_XEditResCheckMessages'
Product: [Retired] Red Hat Linux Reporter: Takanori MATSUURA <t.matsuu>
Component: openmotifAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-21 16:21:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Takanori MATSUURA 2002-12-31 08:01:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021229

Description of problem:
The function `_XEditResCheckMessages' is multiply defined.

One is in /usr/X11R6/lib/libXmu.a (openmotif) and the otyher is in
/usr/X11R6/lib/libXm.a (XFree86).

How reproducible:
Always

Steps to Reproduce:
When compiling sources with the flag "-lXm -lXmu".
The source is in
ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/ncbi.tar.gz

Actual Results:
/usr/X11R6/lib/libXmu.a(EditresCom.o): In function `_XEditResCheckMessages':
EditresCom.o(.text+0x0): multiple definition of `_XEditResCheckMessages'
/usr/X11R6/lib/libXm.a(EditresCom.o)(.text+0x70): first defined here


Expected Results:
compile successfully.

Comment 1 Thomas Woerner 2003-01-21 16:21:18 UTC
Fixed in rawhide in rpm openmotif-2.2.2-13 or newer.