[comp.windows.x] X11 question actually which libraries to link

jim@EXPO.LCS.MIT.EDU (Jim Fulton) (02/21/89)

> We have some code that needs to be compiled with X11, but
> the question is "Which libraries of X11?"
> 
> The undefines we're getting are:
> 
>         XDeleteAssoc
>         XMakeAssoc
>         XLookUpAssoc
>         XDraw
>         XCreate

You'll need to link with -loldX -lX11.  If you are also using the Athena
widgets, you need to link with -lXaw -lXmu -lXt -loldX -lX11.