Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!gk5g+ From: gk5g+@ANDREW.CMU.EDU (Gary Keim) Newsgroups: comp.soft-sys.andrew Subject: Re: Patch 10... Message-ID: Date: 26 Jun 91 16:09:15 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 24 Excerpts from misc: 26-Jun-91 Re: Patch 10... Juergen Henke@qt.IPA.FhG (1212+0) > This is true, but there seems to be an error in the Imakefile (Sparcstation). > #ifdef RESOLVER_ENV > RESOLVER_LIB = ${RESOLVLIB} > #else > RESOLVER_LIB = > #endif /* RESOLVER_ENV */ > If you replace ${RESOLVLIB} with RESOLVLIB in the Imakefiles , do a > "make Makefiles ; make Install" > you will get all built... > There was something like > RESOLVER_LIB = ${/usr/lib/libresolv.a} > in my Makefile... :-) I think that you may have #defined your RESOLVLIB in site.h instead of setting it as a macro in site.mcr: RESOLVLIB = /usr/lib/libresolv.a [Don't forget the 8 leading space characters.]