[Info-vax] unzip.exe and cc064.zip
John Reagan
xyzzy1959 at gmail.com
Wed Oct 5 14:48:58 EDT 2016
On Wednesday, October 5, 2016 at 12:51:57 PM UTC-4, Bill Cunningham wrote:
> "Steven Schweda" <> wrote in message
> news:4181a7d3-57b3-439b-8faa-b9abec4f7485...
>
> [...]
>
> I appreciate your willingness to help Steve I do. But sometimes you seem to
> get crazy with the silliest lil things. Now I'm having trouble using
> vmsinstal still to install cc064 though it's unzip'd. Now I set
> ADD_GBLPAGES=6000 is that not enough memory pages to install this? I'm
> geting complaints about not enough memory pages. If needed I can copy and
> paste the actual error message. But I would think you would know it. IDK
>
> Bill
The installation checks for available gblpages in the event that you decide to install it shared among all users for performance. You do NOT have to use the INSTALL utility on the C compiler in order for people to use it. It is only for performance by keeping some of the compiler cached in memory.
You can see how many contiguous global pages your system has (as well as the free amount) with:
$ write sys$output f$getsyi("contig_gblpages")
201552272
$ write sys$output f$getsyi("free_gblpages")
201552304
More information about the Info-vax
mailing list