Qt 4.8.3 をソースからコンパイルしてビルドしようとしています。./configure を実行すると、次のエラー メッセージが表示されます。
./configure: 183: ./configure: /^(QMAKE_CXX)=/ { print substr($0, index($0, "=") + 1) }: not found
ERROR: Cannot set the compiler for the configuration tests
QMAKE_CXX 変数を明示的に設定する必要があるため、これが発生していますか? ありがとう