配置c语言运行环境遇到问题
报错如下cd "c:\Users\1\Desktop\newtest\" && gcc test.c -o test && "c:\Users\1\Desktop\newtest\"test
C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o):crt0_c.c:(.text.startup+0x2e): undefined reference to `WinMain'
collect2.exe: error: ld returned 1 exit status
exited with code=1 in 1.465 seconds 没事了,关了再运行一遍突然又正常了 在编译过程中出现了链接错误,原因是缺少了 `WinMain` 函数的定义 winmain 是窗口程序
main 是控制台程序
页:
[1]