Is there more than one main() program?   If so and they run in the same
enclave, then they need to use the same C RTL.

How are you setting POSIX(ON)? At run time?
We generally set this option in each compile unit, via a #pragma:

#pragma runopts(POSIX(ON))

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Mon, Oct 1, 2012 at 10:13 AM, Charles Mills <[email protected]> wrote:

> I've got a C++ program -- trying to use GSK for the first time, FWIW --
> that
> is running POSIX(ON) in z/OS batch and is receiving the above error on the
> first GSK call.
>
> I've read the manual description of the message but I don't quite
> understand
> what they are trying to tell me. I'm not the guy responsible for
> configuring
> OMVS but I assume it is configured properly with a C RTL.
>
> I've searched the Web. I see where John Chase hit this problem in 2005 but
> don't see a resolution.
>
> Anyone know what to do?
>
> Charles
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to