You are calling XL C compiler. This one has a configuration file, 
typically '/bin/../usr/lpp/cbclib/xlc/etc/xlc.cfg'. Have a look. There, 
you'll find the "steplib" XL C compiler option which is set to "NONE" by 
default. It's your choice: put CCNDRVR into LPA or LNKLST or overwrite XL 
C compiler option. Nota bene you have to differ between shell symbol 
"STEPLIB" and compiler option "steplib".

Cheers 
Michael




Oliver Mueller <kern...@yahoo.de> 
Gesendet von: IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>
2011-02-15 11:43
Bitte antworten an
IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>


An
IBM-MAIN@bama.ua.edu
Kopie

Thema
Problems invoking xlc under USS






Hi

I encounter a problem at invoking xlc under z/OS UNIX System Services.

If I try to compile and link a program by a command such as

                 xlc -o hw hw.c

I will receive this error message:

EDC5129I No such file or directory. (errno2=0x05940252)FSUM3221 xlc:
Cannot spawn program /usr/lpp/cbclib/xlc/exe/ccndrvr - EDC5129I No such
file or directory. (errno2=0x05940252).

/usr/lpp/cbclib/xlc/exe/ccndrvr is an external link and pointing to this:

                 /usr/lpp/cbclib/xlc/exe/ccndrvr -> CCNDRVR

The STEPLIB environment variable is set to CBC.SCCNCMP.

Does somebody has a hint what's going on here?

Thank you in advance.

Regards,
Oliver

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to