curl / Mailing Lists / curl-library / Single Mail

curl-library

R: Compiling curl on AS400 with ILE C

From: Franco Lombardo via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 19 Oct 2017 10:21:10 +0000

It works!!!

Thank you very much for your help!!!

I created a small shell script for the complation phase, which I called make-OS400.sh. Here it is:

#!/bin/sh -x

SCRIPTPATH=$(dirname "$0")

cd $SCRIPTPATH

cp $0 make.log

makefile.sh > make.log 2>&1
####

Do you think it could be useful?

Now I have some more questions about using curl on AS400 ;-)

Do you have any examples, both in C and I RPG? Do you think it would be possible/useful to create a *PGM in addition to the *SRVPGM to call curl via command line/CL scripts?

Thank you again.

Franco

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-10-19