Path: utzoo!attcan!uunet!decwrl!ucbvax!AZURE.CAM.NIST.GOV!blue From: blue@AZURE.CAM.NIST.GOV (Jim Blue) Newsgroups: comp.sys.sgi Subject: imake Message-ID: <9009251431.AA05252@azure> Date: 25 Sep 90 14:31:53 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 24 On my PI running 3.3.1, I invoked imake with imake -I/usr/lib/X11/config -TOPDIR=/usr Selected lines from the created Makefile follow: TOP = /usr ... LIBSRC = $(TOP)/lib ... AWIDGETSRC = $(LIBSRC)/Xaw ... DEPXAWLIB = $(AWIDGETSRC)/libXaw.a XAWLIB = $(DEPXAWLIB) This is clearly incorrect, since libXaw.a is in /usr/lib, not in /usr/lib/Xaw. Did I invoke imake wrong? Is /usr/lib/X11/config/Imake.tmpl wrong? Is /usr/lib/X11/config/sgi.cf wrong? Is imake wrong? Jim Blue Center for Computing and Applied Mathematics National Institute for Standards and Technology