我尝试使用mingw编译我的代码,尝试编译时遇到问题...
x64_32-w32-mingw32-gcc main.c -o main.exe $(pkg-config --libs --cflags gtk+-2.0) -lsodium -lcrypto -lssl -lm
问题
main.c:7:10: fatal error: gmp.h: no file or folder found
#include <gmp.h>
compilation terminated.
当我尝试使用gcc时,我没有问题。