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
... ...