Skip to content

Conversation

@Chi-Iroh
Copy link

Hi !

The os400/make.sh build script didn't copy bndsrc to my library, hence the service program wasn't created.
I had this config :

TARGETLIB='ZLIB'                # Target OS/400 program library
STATBNDDIR='ZLIB_A'             # Static binding directory.
DYNBNDDIR='ZLIB'                # Dynamic binding directory.
SRVPGM="ZLIB"                   # Service program.
OUTPUT='ZLIB'                  # Compilation output option.

I thus got messages :

  1. CPF5D05 : Service program not created
  2. CPF2105 : Object ZLIB in ZLIB type *SRVPGM not found
  3. CPF2130 : 0 object(s) duplicated, 1 object(s) not duplicated
  4. CPC5D02 : The ZLIB link directory wad created in the ZLIB directory
  5. CPC5D05 : 1 entries added, 0 entries not added to the ZLIB link directory in the ZLIB library.

After my change, it works as intended and builds the service program and the BNDDIR.

Anyways, thanks for supporting OS400 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant