I am trying to link my binary statically (i.e. with the -static flag in gcc) to OpenBLAS, but I get the following error (among others): /home/john/local/OpenBLAS/install/lib/libopenblas.a(sgesvd.o): In functions
I have tried to compile a code in Linux Ubuntu 12.04 (same as Linux Mint 13). When I try to compile this code, I get error message like this : /usr/lib64/liblapack.a(dgesvd.o): In function `dgesvd_': (.text+0x3b0): undefined reference to `_gfortran_concat_string' /usr/lib64...
> undefined reference to `WinMain' collect2.exe: error: ld returned 1 > exit status The installation works fine on the same machine after a switch from the TDM-gcc 5.10 to cygwin gcc 5.40
Solution to issue cannot be found in the documentation. I checked the documentation. Issue I am using cmake, gfortran, and openmpi from conda-forge to compile a Fortran package. With cmake 3.28.3, gfortran 13.2.0 and openmpi 5.0.0 everyt...