Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!VUSE.VANDERBILT.EDU!drl From: drl@VUSE.VANDERBILT.EDU (David R. Linn) Newsgroups: comp.windows.x Subject: Re: dependancy errors Message-ID: <9006291531.AA28791@vuse.vanderbilt.edu> Date: 29 Jun 90 15:31:31 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 20 I do a xmkmf, a make depend, and then a make, an I get back: Make: Don't know how to make -lXaw. Stop. Now, libXaw.a exists, and is compiled properly, so why is it doing this? Also this happens sometimes with -lXext and -lXt. Confused in Computerland, Scott Larsen larsen@mist.cs.orst.edu Mistaken jump in logic. It doesn't say you don't have libXaw.o; it says you don't have a file named "-lXaw". Someone has overloaded the $(LIBS) macro for use in both compilation/linking and in dependencies.