[Info-vax] unzip.exe and cc064.zip
Bill Cunningham
nospam at nspam.invalid
Wed Oct 5 15:08:39 EDT 2016
"John Reagan" <xyzzy1959 at gmail.com> wrote in message
news:e3a159ac-a98e-4296-a0ea-d218e1f503e0 at googlegroups.com...
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
I would've tried,
type sys$update:modparams.dat,
Now that might not give me free pages. The part after the logical
"sys$output" I don't understand. I will return with that info though.
More information about the Info-vax
mailing list