Gabriel Moreno-Hagelsieb
Results
1
comments of
Gabriel Moreno-Hagelsieb
It's a matter of using a static library, instead of /usr/local/opt/gcc/lib/gcc/11/libgomp.1.dylib to use /usr/local/opt/gcc/lib/gcc/11/libgomp.a A -static option should do the trick (perhaps -static-libstdc++). I hope. After trying I still had...