Thanks everyone for their input. I figured out what my problem was...my environment variables were indeed correct, the problem was with the ld and ld2 shell scripts in the /usr/local/bin directory. In the ld2 script it had CEE.SCEELKED hard coded.
Thanks again everyone. Thanks, Nathan Pfister IT Specialist, CD54 Mechanicsburg (717) 605-7820 DSN 430 [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Neubert, Kevin Sent: Wednesday, November 10, 2010 12:08 To: [email protected] Subject: Re: GCC on z/OS Are expected variables being exported properly, etc.? Perhaps something like env might be helpful-env | grep -i prefix. Regards, Kevin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Pfister, Nathan Mr CIV DISA CD543 Sent: Wednesday, November 10, 2010 7:48 AM To: [email protected] Subject: GCC on z/OS This is a shot in the dark, but I am hoping maybe someone here can help me...I didn't get a response on MVS-OE, so I am hoping someone here may have some insight into my problem. I am trying to run GCC on z/OS Unix System Services...and I cannot get my c code to compile. I get the error: IKJ56228I DATA SET CEE.SCEELKED NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED I understand that it is trying to point to CEE.SCEELKED, and I know what the dataset is, (on our system it is SYS1.LE.SCEELKED). My question is this: What environment variable on the Unix side do I need to change to point to the proper library? I've tried all the _CC_, _C89_, and _CXX_ variables (example _CC_PLIB_PREFIX_=SYS1.LE) but nothing seems to be the right variable. Thanks in advance for any insights offered. Thanks, Nathan Pfister IT Specialist, DISA Mechanicsburg [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] 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 [email protected] 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 [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

