[comp.windows.x] Imake.tmpl

grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) (01/07/90)

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?