On 2/2/23 02:42, Joseph Reichman wrote:
Was looking at the compiler reference kind of small handful of options compared 
to pages and pages for XL C\C++ compiler option

Haha! You're joking right? There's significantly more compiler options as it's a port of clang https://www.ibm.com/docs/en/SSUMVNF_1.1.0/pdf/Clang.pdf#page=219.

One very important question when I looked at the Manuel doesn’t specify how to 
debug it

How do you debug any C/C++ program in z/OS UNIX. You compile with the "-g" flag which creates DWARF debugging records and the use dbx to debug. The interesting thing about Open XL C++ is that it embeds debug information into the binary as opposed to creating a *.dbg side file.

My advice to you use the XL C/C++ v2.4.1 web deliverable xlclang. I don't think you need to be on the bleeding edge of language standards :)


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to