You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile CFL3D with -linux_compiler_flags=PG,and make splitter
then I get error:
/usr/bin/ld: cannot find -lgcc_s
I don't know what is the problem. libgcc_s.so.1 is found,but there is no libgcc_s.a
gcc version:4.8.1,CC=pgcc,CXX=pgc++,fortran compiler is pgf90
The text was updated successfully, but these errors were encountered:
When I compile CFL3D with -linux_compiler_flags=PG,and make splitter
then I get error:
/usr/bin/ld: cannot find -lgcc_s
I don't know what is the problem. libgcc_s.so.1 is found,but there is no libgcc_s.a
gcc version:4.8.1,CC=pgcc,CXX=pgc++,fortran compiler is pgf90
The text was updated successfully, but these errors were encountered: