Further along - however, I never get to the "link" routine.
Again, this is likely a pandas coding issue - currently python is calling xlc_r ..., but when I manually modify it to xlC_r I get the same error.
xlc_r -D_LARGE_FILES -O -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -Ipandas/_libs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/opt/lib/python3.8/site-packages/numpy/core/include -I/opt/include/python3.8dm -c pandas/_libs/window.cpp -o build/temp.aix-6.1-3.8-pydebug/pandas/_libs/window.o
"pandas/_libs/window.cpp", line 9943.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 10030.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 11165.21: 1540-0063 (S) The text "(" is unexpected.
error: command 'xlc_r' failed with exit status 1
root@x066:[/data/prj/aixtools/git/pandas-master]ebug/pandas/_libs/window.o <
"pandas/_libs/window.cpp", line 9943.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 10030.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 11165.21: 1540-0063 (S) The text "(" is unexpected.
root@x066:[/data/prj/aixtools/git/pandas-master]xlC_r -D_LARGE_FILES -O -I/opt/include -O2 -qm>
"pandas/_libs/window.cpp", line 9943.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 10030.23: 1540-0063 (S) The text "(" is unexpected.
"pandas/_libs/window.cpp", line 11165.21: 1540-0063 (S) The text "(" is unexpected.
FYI. Will look more tomorrow, but if you have an idea, like the -D_LARGE_FILES fix, I am much obliged. |