Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!cwjcc!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: X11 question [actually which libraries to link] Message-ID: <8902201805.AA02610@expo.lcs.mit.edu> Date: 20 Feb 89 18:05:36 GMT References: <8902150241.AA01691@venera.isi.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 14 > 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.