On 10/11/2019 00:02, Larry Gadallah wrote:
Modifying CMakeCache.txt to point at gcc 8.3.0 and egfortan over in /usr/local/bin, and adding the global option -fopenmp to the compilers

Hi Larry,

don't do this, CMake will figure out how to build WSJT-X itself, just set the compiler(s) by defining CMAKE_<Language>_COMPILER to the compiler driver path where <Language> are the compiler names (C, CXX, Fortran), or simply put the compiler on the path.

Having said that the compiler driver you are using (egcc) is configured without the OpenMP suppprt (--disable-libgomp). Are you sure that is a general desktop system compiler, egcc sounds like some embedded compiler designed to make minimal size executables for embedded systems.

73
Bill
G4WJS.



_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to