On 10/03/2016 9:10 PM, Robin Atwood wrote:
I am trying to convert an XL/C module to use SSL. From the pre-link-edit step I 
get messages like:

       @ST00010   gsk_environment_init

You need to look at the pre-linker listings which will tell you exactly the name of the function that is missing.

If I were you I would dump the pre-linker and just use GOFF (it requires a PDS/E). IMO, the pre-linker is an anachronism.

and then from the link-edit:

IEW2456E 9207 SYMBOL @ST00010 UNRESOLVED.  MEMBER COULD NOT BE INCLUDED FROM
          THE DESIGNATED CALL LIBRARY.

The routines I need are in SYS1.SIEALNKE(GSKSSL). I have added this library to 
SYSLIB in both the pre-linker and link-edit step, included it in the SYSIN and 
SYSLIN, but nothing works. The manual says:

Include the /usr/lib/GSKSSL.x or /usr/lib/GSKSSL64.x sidedeck in the prelink or 
bind step input.

But that is not very helpful with JCL (and eventually SCLM).   Has anyone any 
idea how to do this?

Thanks
Robin

----------------------------------------------------------------------
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