Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!sci.ccny.cuny.edu!dsndata!wayne From: wayne@dsndata.uucp (Wayne Schlitt) Newsgroups: comp.sys.hp Subject: Re: GNU Make 3.59 on hp300 running hp-ux 7.0 Message-ID: Date: 26 May 91 19:25:28 GMT References: Sender: wayne@dsndata.UUCP Distribution: na Organization: Design Data Lines: 45 In-reply-to: sboucher@siegfried.vlsi.polymtl.ca's message of 23 May 91 20:33:20 GMT In article sboucher@siegfried.vlsi.polymtl.ca (Stephane Boucher (PFE)) writes: > > I think I did a mistake while posting this message, so here it is > again. If you get this for the second time I apologize. > > Just a small question: > > Did anyone manage to have GNU make 3.59 running on an hp300 > running HP-UX 7.0. I did manage to compile it, but it won't work (core > dump). > > So if anyone has manage to make it run I would be grateful if > you could give me a hint. The makefile roughly is configured as follow: > > defines = -DHPUX -DUSG -DHAVE_SYS_WAIT -DHAVE_DUP2 > LOAD_AVG =-DNO_LDAV > ARCHIVES = arscan.o ar.o > ARCHIVES_SRC = arscan.c ar.c > LOADLIBES =-lPW > REMOTE = > extras = > i am currently using the following configuration and it seems to work fine. defines = -DUSG -DUSGr3 -DHPUX -DHAVE_SYS_WAIT -DHAVE_DUP2 LOAD_AVG = -DNO_LDAV ARCHIVES = arscan.o ar.o ARCHIVES_SRC = arscan.c ar.c LOADLIBES = REMOTE = extras = (i also compiled this using GCC, which may make a difference, but i am not sure...) -wayne