i want build iconv as static library on my MacOSX i downloaded sources from http://www.gnu.org/software/libiconv/ and tried:
$ ./configure
$ make
$ make install
This process only makes libiconv.dylib
, a dynamic library.
How can I build the static library libiconv.a
?