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.
我有两个名为file1.cand的 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