james@ENGRTS02.UNL.EDU (James Nau) (03/07/90)
I'm trying to build Andrew from the X11R4 tapes, with patchlevel 3 applied. My hardware is an IBM RT running AIX 2.2.1. I have all my site files edited, but when I run the imake: imake -I. -I./config -Timake.tmpl -s Makefile -DTOPDIR=. the Makefile that results does NOT have any site info in it, the top looks like: # # This makefile is automatically generated by imake... do not modify # or you may lose your changes when imake generates makefiles again. # Ignore this message if you are not using imake. # # # The following comes from the macro file # # # Back from the macro file # In imake.tmpl, I looked, and saw where the rt_aix221 info is supposed to get included: if defined (AIX) && (!defined(i386))..., but it is not included. I made a test file with the same set of defines, and ran it through cc -E, and it came out as expected. Sounds like a problem with imake, but has anybody else had this problem on an RT with AIX? Thanks James Nau james@engrts02.unl.edu