Tatsächlicher Kredit / Quelle: https://forums.opensuse.org/showthread.php/509781-No-C-Pthread-support-inside-OBS von wolfi323
Beim Versuch, [Open MPI 3] zu konfigurieren, ist ein ähnliches Problem aufgetreten:
./configure CC=gcc CXX=gcc FC=gfortran
Die Antwort von wolfi323 in forums.opensuse impliziert, dass der C ++ - Compiler nicht ausreichend angegeben wurde . Ich habe die C / C ++ - Compiler-Optionen leer gelassen:
./configure FC=gfortran
die gemeldete Konfiguration:
checking if C++ compiler and POSIX threads work with -Kthread... no checking if C++ compiler and POSIX threads work with -kthread... no checking if C++ compiler and POSIX threads work with -pthread... yes
und abgeschlossen.
Extra
Rahmen
CC=gcc CXX=g++
ergab die gleichen / ähnlichen Ergebnisse, als wenn Sie ./configure die Standard-Compiler finden ließen.