Unable to configure and install paps at IBM AIX #76
dicklomingtak
started this conversation in
General
Replies: 1 comment 5 replies
-
Sorry. I don't really support configure any more, but only meson. However, I'm ready to accept a pull request if you figure it out. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
./configure
checking for a BSD-compatible install... ./config/install-sh -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for clang++... no
checking whether the C++ compiler works... no
configure: error: in
/tmp/paps-0.8.0': configure: error: C++ compiler cannot create executables See
config.log' for more detailsBeta Was this translation helpful? Give feedback.
All reactions