Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac を OS X 10.9 GM にアップデートしたところ、gfortran が動作しないことがわかりました。プログラムをビルドすると、次のように表示されます。
ld: library not found for -lcrt1.10.5.o collect2: ld return 1
これを解決する方法を知っている人はいますか?
私も同様の問題を抱えていました (ld: -lcrt0.o のライブラリが見つかりません) が、gfortran コマンドで -static フラグの使用をやめると、問題が解決したことがわかりました。-static-libgcc フラグは問題ないようです。