Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!cernvax!chx400!mecazh!paul From: paul@mecazh.uu.ch (Paul Breslaw) Newsgroups: comp.sys.hp Subject: Re: GNU Make 3.58 on HP-UX 7.0 ? Message-ID: <432@node17.mecazh.uu.ch> Date: 20 Sep 90 17:02:14 GMT References: <1990Sep17.201337.15659@bpdsun1.uucp> Organization: Mecasoft SA, Zurich, Switzerland Lines: 32 dwg@bpdsun1.uucp (David W. Glessner) writes: > I'm trying to get GNU Make 3.58 running on HPUX 7.0 for an HP9000/330. Should be no problem. > Command used to create GNU Make: > make defines='-DUSG -DUSGr3 -DHPUX -DHAVE_SYS_WAIT' LOADLIBES=-lPW' -DUSG correct -DUSGr3 wrong - HP-UX isn't Release 3 -DHPUX correct -DHAVE_SYS_WAIT correct LOADLIBES=-lPW wrong - libPW should be avoided like the plague Another plague to avoid is CFLAGS = -O. Use CFLAGS = +O1 after you have checked that the program goes. The -O option only exists so the folks at HP can make slow core dumps :-) > Are there any patches for GNU Make on HPUX? None needed. > PS: Why don't HP9000s have the dbx debugger? NIH. Paul Breslaw -- Paul Breslaw, Mecasoft SA, | telephone : 41 1 362 2040 Guggachstrasse 10, CH-8057 Zurich, | e-mail : paul@mecazh.uu.ch Switzerland. | mcsun!chx400!mecazh!paul