【发布时间】:2013-08-24 04:13:00
【问题描述】:
使用 GNUstep/MinGW 编译 Objective-C 时出现以下错误:
The procedure entry point __printf__ could not be located in the dynamic link library libintl-8.dll.
Windows 7/64 位。 libintl-8.dll 上的文件版本为 0.18.1。
编译器是否使用了正确的文件?
编辑:这里是 c:\MinGW\bin\libintl-8.dll 文件的导出表
[Ordinal/Name Pointer] Table
[ 0] __printf__
[ 1] _get_output_format
[ 2] _nl_expand_alias
[ 3] _nl_explode_name
[ 4] _nl_find_domain
[ 5] _nl_find_msg
[ 6] _nl_language_preferences_default
[ 7] _nl_load_domain
... ...
【问题讨论】:
标签: objective-c mingw gnustep