标签: c mingw mingw32 msys2 mingw-w64
每当我尝试在msys2上使用gcc编译我的程序时,我都会收到此错误:collect2: fatal error cannot find 'ld'。 这就是我写的编译gcc 'pkg-config --cflags gtk+-3.0' -o example.exe example.c 'pkg-config --libs gtk+-3.0'。
collect2: fatal error cannot find 'ld'
gcc 'pkg-config --cflags gtk+-3.0' -o example.exe example.c 'pkg-config --libs gtk+-3.0'
谢谢你。