Path: utzoo!attcan!uunet!aplcen!haven!adm!smoke!brl.mil!moss From: moss@brl.mil (Gary S. Moss (VLD/VMB) ) Newsgroups: comp.sys.sgi Subject: Re: imake Message-ID: <13932@smoke.BRL.MIL> Date: 26 Sep 90 13:06:58 GMT References: <9009251431.AA05252@azure> Sender: news@smoke.BRL.MIL Reply-To: moss@brl.mil Organization: Ballistic Research Laboratory Lines: 19 In article , jim@baroque.Stanford.EDU (James Helman) writes: |> |> imake -I/usr/lib/X11/config -TOPDIR=/usr |> |> Almost, but imake still thinks it's in the source tree try: |> |> imake -I/usr/lib/X11/config -DTOPDIR=/usr -DUseInstalled |> Better yet, use xmkmf. It's easier to remember and saves typing. $ xmkmf mv Makefile Makefile.bak imake -DUseInstalled -I/usr/X11/lib/X11/config There should be no need to define TOPDIR with UseInstalled defined. I'm not sure if xmkmf comes with the SGI X binaries, the X development package or whatever, but it's free from MIT. Note that xmkmf knows where to find your config files. -Gary