GNV and make for x86-64

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
mjimji
Contributor
Posts: 11
Joined: Thu Oct 22, 2020 11:24 am
Reputation: 0
Status: Offline

GNV and make for x86-64

Post by mjimji » Tue Feb 21, 2023 2:04 pm

Can anyone tell me if there is a make utility for x86 yet? I use GNV make on Itanium and Alpha and would like to be able to use the same make files.

If it's not available yet would building it myself be an option? Where would I go for the source?

Thanks,

Mark


sms
Master
Posts: 114
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: GNV and make for x86-64

Post by sms » Tue Feb 21, 2023 5:50 pm

Code: Select all

> If it's not available yet would building it myself be an option?
> Where would I go for the source?

   I haven't touched GNV in a long time, so I know nothing, but I'd
expect any GNU adaptation to be _required_ to make the source code
available.

   My quick Web search led to:

      https://vmssoftware.com/products/gnv/

(Presumably, the broken link there,
http://www3.sympatico.ca/n.rieck/docs/openvms_notes_gnv.html , should
now point to http://neilrieck.net/docs/openvms_notes_gnv.html .)

   Also: https://sourceforge.net/projects/gnv/
         https://sourceforge.net/p/gnv/wiki/Home/


tim.stegner
VSI Expert
Active Contributor
Posts: 40
Joined: Wed Jul 21, 2021 9:14 am
Reputation: 0
Status: Offline

Re: GNV and make for x86-64

Post by tim.stegner » Thu Feb 23, 2023 8:40 am

You should be able to get the make sources for (GNV's version 3.78.1 or) version 4.1 from Savannah and the latter version is known to compile on x86.


Topic author
mjimji
Contributor
Posts: 11
Joined: Thu Oct 22, 2020 11:24 am
Reputation: 0
Status: Offline

Re: GNV and make for x86-64

Post by mjimji » Fri Feb 24, 2023 9:41 am

Thanks sms and tim.stegner.

I tried compiling version 4.4 and found quite a few issues, but eventually managed to produce an executable. Due to time constraints though, I haven't been able to test it :(

When I can get back to it I will probably use version 4.1 instead.


Topic author
mjimji
Contributor
Posts: 11
Joined: Thu Oct 22, 2020 11:24 am
Reputation: 0
Status: Offline

Re: GNV and make for x86-64

Post by mjimji » Thu Mar 09, 2023 6:18 am

I built and am now using version 4.1, downloaded from Savannah. I think the only change I made was to define HAVE_SA_RESTART on the cc command in makefile.com.
Last edited by mjimji on Thu Mar 09, 2023 6:19 am, edited 1 time in total.

Post Reply