c - More GCC link time issues: undefined reference to main ...

c - More GCC link time issues: undefined reference to main ...

瀏覽:974
日期:2025-06-11
2010年4月19日 - In the makefile: hello: main.o functions.o gcc -o main.o functions.o. should be: hello: main.o functions.o gcc -o hello main.o functions.o. As it stands ......看更多