Trying to use C/C++ for Open Enterprise Languages on z/OS to port #753
Replies: 3 comments 2 replies
-
Have you had a look at https://github.com/ZOSOpenTools/jqport/blob/main/buildenv ? |
Beta Was this translation helpful? Give feedback.
-
It seems your xlclang may not be set it properly:
Usually this indicates that the datasets are not where they should be. You can choose the clang compiler with Which project are you trying to build? If there's no configure script, then you can skip that with:
|
Beta Was this translation helpful? Give feedback.
-
I got it working. I had to fix several issues:
I don't think there were any other issues, but I might have forgotten. |
Beta Was this translation helpful? Give feedback.
-
Getting the following errors:
Open Enterprise Languages supplies clang, clang++, clang-cl and clang-cpp. How do I get the build to use clang instead of xlclang? Or am I perhaps doing something else wrong?
Beta Was this translation helpful? Give feedback.
All reactions