Bug 1139

Summary: The X11 windows libraries have an error
Product: [Retired] Red Hat Linux Reporter: sabinsmh
Component: X11R6-contribAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-02-16 23:16:41 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 sabinsmh 1999-02-13 02:34:21 UTC
I have been trying to dabble in X windows programming but
when I tried to compile I got this error.

/tmp/cca311461.o in function main:
/tmp/cca311461.o (.text+0x266): undefined reference to
'XDrawImageSrting'

I looked through my code and couldn't find any error.  Its
definatley in the lib object files.
I tried alot of things but I couldn't get it to compile.

Comment 1 Jeff Johnson 1999-02-16 23:16:59 UTC
The identifier XDrawImageSrting doesn't exist in any X library.
Perhaps you want XDrawImageString that is found in libX11 ???