Page MenuHome GnuPG

2.0.19 Mac OS X "Lion" gpgtar iconv Build Problem
Closed, ResolvedPublic

Description

Lion 10.7.3 / Xcode 4.3.2
Using this ./configure:

./configure --without-libiconv-prefix --with-libiconv-prefix=/usr --disable-nls
--enable-symcryptrun --enable-gpgtar

The build of gpgtar will fail with unresolved "iconv" link errors. Neither of
the 1st two ./configure options (either alone or absent altogether) helps.

My workaround was to manually edit the final linking command in ./tools/ to
append "-L/usr -liconv", cd to ./tools/, and run the edited command manually.

Then I switched back to . and continued with the make. Bingo. All "make check"
tests passed.

Details

Version
2.0.19

Event Timeline

outer set Version to 2.0.19.
outer added a subscriber: outer.
werner claimed this task.
werner added a project: Too Old.