> Hi
>
> I have an application that uses the Xwindows graphics library. Things
> like
> XOpenDisplay
> XDrawLine
> XCreateSimpleWindow
> XDrawString
>
> and many more
>
> Under all the CENTOS 4.X systems these were automatically loaded.
> I dont have these loaded under my CENTOS 5 system.
> I get a heap of undefined references when I compile the code.
>
> Could someone tell me, point me, where these routines now reside on the
> distribution.
>
> thanks Peter
Hello,
I guess you need to install xorg-x11-devel package...