RE: No iconv() implementation found in C library or libiconv



Marcus wrote:
> i18n is an acronym for "Internationalization" and denotes the
> localization ("l10n") of software and such stuff. gettext (here added
> using -lintl) is used to 'translate' messages into the environment
> language. More about that can be found at the Translation Project[1].

However, when I run the script as:
./configure --with-libiconv=gnu CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lintl

It told me: 
configure: error: unrecognized option: -lintl

And when I use "./configure --help", I didn't find an option beginning with "-l"
Would you help me check this?
 
> Usually you can. Simply change into the top source directory of your
> uncompressed glib package and apply the patches like this:
> 
>       patch < /usr/ports/devel/glib20/files/THE_WANTED_PATCH_FILE
> 
> Note, that you should take a look at the patches before
> applying. Sometimes they only set some variables needed for the port
> build process, but are not needed by a manual build.
> 
> [1] http://www.iro.umontreal.ca/translation/HTML/

Very clear explanation. Thank you very much.


Regards,
Xu Qiang




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]