chance@hpfcso.HP.COM (Chance Brohm) (11/12/90)
I'm tring to make Andrew on a HP9000/370 running HP-UX 7.0. I've run into a couple of problems. The second one has me stopped. I'd appreciate any assistance you can give me. First problem: imake generates unusable Makefiles. The problem seems to be that my /lib/cpp (Rev 64.32) inserts line-number information by default. The -P flag diables that behavior, so I set IMAKEINCLUDE='-I. -P' and that made this problem go away. (I couldn't just set IMAKEINCLUDE=-P because imake wanted it to start with "-I") Second problem: executable not found: /usr/local/bin/makedepend. I know about mkmf (/usr/bin/mkmf comes with HP-UX) but I can't seem to find /usr/local/bin/makedepend. Is it another X11 tool like imake? Where can I find it (source or exec for HP 300_70)? Thanks in advance! -Chance Brohm
ghoti+@ANDREW.CMU.EDU (Adam Stoller) (11/13/90)
Makedepend comes from the X.V11R4 tape (I believe from sources located in mit/util/makedepend) --fish
chance@hpfcso.HP.COM (Chance Brohm) (11/14/90)
Thanks! I found it on the first "reel" of the MIT X11R4 tape. (in path mit/util/makedepend.*) It's built...now comes the fun part! Regards, -Chance