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.
The identifier XDrawImageSrting doesn't exist in any X library. Perhaps you want XDrawImageString that is found in libX11 ???