Cygwin で iconv.h を使う
Cygwin はデフォルトでiconv
コマンドが使えますが、iconv.h をインクルードして使うことができません。
sample.c
#include <iconv.h>
$ gcc -c -liconv test.c
test.c:1:19: fatal error: iconv.h: No such file or directory
compilation terminated.
iconv.h を使うには、Cygwinインストール時に使ったsetup.exeを起動し、libiconv の Src? にチェックを入れて追加します。
Author And Source
この問題について(Cygwin で iconv.h を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/noobar/items/33505e153f2390863c4a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .