【发布时间】:2011-01-10 05:15:27
【问题描述】:
我正在尝试在血腥 Dev-C++ 4.9.9.2 中使用 GTK+ 编译 C 程序。
我已经在编译器选项以及所有编译器选项中添加了所有包含文件,但我收到以下错误:
编译器:默认编译器 构建 Makefile:“C:\Dev-Cpp\Projects\Makefile.win” 执行制作... make.exe -f "C:\Dev-Cpp\Projects\Makefile.win" 全部 gcc.exe main.o -o "MyCProject.exe" -L"C:/Dev-Cpp/lib" -lgtk-win32-2.0 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf- 2.0 -lcairo -lpangoft2-1.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lfreetype -lzdll -lfontconfig -lpng13 -lpangocairo-1.0
C:\Dev-Cpp\Bin..\lib\gcc\mingw32\3.4.2........\mingw32\bin\ld.exe: 找不到-lintl collect2: ld 返回 1 个退出状态
make.exe: *** [MyCProject.exe] 错误 1
执行终止
有人可以帮助我了解“-lintl”是什么以及它是缺少包还是某些文件?
【问题讨论】:
标签: c compiler-errors gtk