You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configure script now detects that ibm-clang should be used. However, nothing seems to set OMR_ENV_OPENXL, so when using make to build the code it now fails with:
It seems to be using the open XLC compiler but with the flags for the old xlc compiler.
The text was updated successfully, but these errors were encountered:
davidjmccann
changed the title
Using configure and make nothing seems to set OMR_ENV_OPENXL
Using configure and make on AIX, nothing seems to set OMR_ENV_OPENXL
Jan 21, 2025
I'm using OMR 4.0.
The configure script now detects that ibm-clang should be used. However, nothing seems to set OMR_ENV_OPENXL, so when using make to build the code it now fails with:
/opt/IBM/openxlC/17.1.1/bin/ibm-clang++_r -DICOL -DAMQ_INTERNAL_BUILD -I. -I../../third_party/pugixml-1.8 -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -
DRS6000 -DAIXPPC -D_LARGE_FILES -c -s -q64 -qlanglvl=extended0x -qarch=ppc -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -q mbcs -qinfo=pro -O0 -qhalt=w -g -o pugixml.o ../../thi
rd_party/pugixml-1.8/pugixml.cpp
.ibm-clang: error: unknown argument: '-q64'
.ibm-clang: error: unknown argument: '-q64'
.ibm-clang: error: .ibm-clangunknown argument: '-q64':
error: unknown argument: '-qlanglvl=extended0x'
.ibm-clang: error: unknown argument: '-qlanglvl=extended0x'
.ibm-clang: error: unknown argument '-qarch=ppc'; did you mean '-march=ppc'?
.ibm-clang: error: unknown argument '-qarch=ppc'; did you mean '-march=ppc'?
.ibm-clang: error: unknown argument: '-qlanglvl=extended0x'
.ibm-clang: error: unknown argument: '-qalias=noansi'
.ibm-clang: error: unknown argument: '-qalias=noansi'
.ibm-clang: error: unknown argument '-qarch=ppc'; did you mean '-march=ppc'?
It seems to be using the open XLC compiler but with the flags for the old xlc compiler.
The text was updated successfully, but these errors were encountered: