Xref: utzoo comp.os.vms:18638 comp.sources.wanted:9063 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!milano!cadillac!speyer From: speyer@cadillac.CAD.MCC.COM (Bruce Speyer) Newsgroups: comp.os.vms,comp.sources.wanted Subject: wanted a way to "make" under VMS Keywords: make build VMS Message-ID: <3322@cadillac.CAD.MCC.COM> Date: 16 Oct 89 19:02:25 GMT Organization: MCC CAD Program, Austin, TX Lines: 16 We need to do a quicky port of an SunOS based application to VMS. Is there a way we can use our SunOS makefiles to build the system or easily translate them to MMS? Any other options (gnumake)? Please respond to speyer@mcc.com directly. I assume that this topic is old news to you VMS readers. If enough interest I'll post responses. p.s. I picked this out of our news archives. It is all that I know. >From: jensen%hsr.uninett@TOR.NTA.NO ("Tarjei T. Jensen") >... >I don't use either CMS or MMS, so I can't advice on them. I use the make >program which Tony Ivanov distributes (found on DECUS tapes). I always get the >errors listed on the terminal. This program uses lib$spawn to execute commands. >Could it be that sys$error is redirected to nla0: (/dev/null)? >...