Hello, I just tried building curl 8.10.1 (the release tar ball) on IBMi (OS400: V7R4) and it looks like build is failing for me. I am getting:
CZS0601: Module HNEGOTIATE is not created because statement errors occurred. CZM0613: The compilation failed. My build script looks this: # Get into the folder with AS400 build files cd curl/packages/OS400 # Generate overrides file echo "#!/bin/sh" > config400.override echo "setenv TARGETLIB $AS400TEMP_MQML_LIB" >> config400.override echo "setenv SRVPGM LIBCURL" >> config400.override echo "setenv TGTCCSID '37'" >> config400.override echo "setenv DEBUG '*SOURCE'" >> config400.override echo "setenv OPTIMIZE '10'" >> config400.override echo "setenv TGTRLS '*CURRENT'" >> config400.override echo "setenv IFSDIR '$CURLOUT'" >> config400.override # Build curl echo "Building LIBCURL" chmod a+x *.sh /usr/bin/sh makefile.sh > $CDIR/build.curl.log 2>&1 Am I missing something to get HNEGOTIATE module built? With best regards Andrew Unless otherwise stated above: IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
