Compile C with Cygwin on win and report an error iconv.h:No such file or directory

< H1 > question < / H1 >

I want to compile it with make. The header file uses iconv.h , but cygwin already has libiconv installed

.

clipboard.png

clipboard.png

Mar.20,2021

this problem is that the header file cannot be found, so you need to install libiconv-devel this library

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c2c1-2bb0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c2c1-2bb0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?