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.
と という名前の 2 つの c ファイルがfile1.cありfile2.c、どちらも別のヘッダー ファイルfile3.h. 内部で関数を定義し、file2.cで宣言しfile3.hます。次に、内部の関数を使用しますfile2.c。
file1.c
file2.c
file3.h
file1.c問題は、 gcc を使用してコンパイルするにはどうすればよいかということです。私は使用gcc file.cしましたが、その機能への参照はありません。リンクオプションが必要ではないでしょうか?
gcc file.c