zlib
zlib copied to clipboard
[OS400] Fixed BNDSRC copy to QSYS.LIB
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 :
- CPF5D05 : Service program not created
- CPF2105 : Object ZLIB in ZLIB type *SRVPGM not found
- CPF2130 : 0 object(s) duplicated, 1 object(s) not duplicated
- CPC5D02 : The ZLIB link directory wad created in the ZLIB directory
- 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 !
@madler: Have you seen OS/400 PRs done by @Chi-Iroh?
- https://github.com/madler/zlib/pull/1092
- https://github.com/madler/zlib/pull/1093
- https://github.com/madler/zlib/pull/1094
- https://github.com/madler/zlib/pull/1095
- https://github.com/madler/zlib/pull/1096
Linked to:
- https://github.com/madler/zlib/issues/1110