Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!FOOBAR.COLORADO.EDU!grunwald From: grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) Newsgroups: comp.windows.x Subject: Imake.tmpl Message-ID: <9001062113.AA08391@foobar.Colorado.EDU> Date: 6 Jan 90 21:13:03 GMT Sender: daemon@athena.mit.edu (Mr Background) Reply-To: grunwald@foobar.colorado.edu Organization: The Internet Lines: 11 I enabled UseInstalled in my site.def, but clients refer to libraries simply as -lX -lXt etc etc. This is fine, except they're picking up the vendor supplied version. To rectify this, I simply changed LDOPTIONS to be LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) -L$(USRLIBDIR) and it appears to work. Is there some other way to do this that doesn't immediately leap out?