Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roccoblues/4209ed9e93ce08cb6fdadfd42398f6b8 to your computer and use it in GitHub Desktop.
Save roccoblues/4209ed9e93ce08cb6fdadfd42398f6b8 to your computer and use it in GitHub Desktop.
neomutt fails to find libiconv
~/projects/neomutt ❯ ./configure --disable-doc --disable-nls --quiet
Summary of build options:
Version: 20230517
Host OS: darwin22.5.0
Install prefix: /usr/local
Compiler: cc
CFlags: -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED -DNCURSES_WIDECHAR -I/usr/local/include -I/opt/homebrew/Cellar/libidn2/2.3.4_1/include
LDFlags: -L/usr/local/lib -L/opt/homebrew/Cellar/libidn2/2.3.4_1/lib
Libs: -lncurses -liconv -lidn2
GPGME: no
PGP: yes
SMIME: yes
Notmuch: no
Header Cache(s):
Header Compression(s):
Lua: no
~/projects/neomutt ❯ ./configure --disable-doc --disable-nls --quiet --with-ncurses=/opt/homebrew/opt/ncurses/
Error: Unable to find iconv()
Try: 'configure --help' for options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment