Previous versions automatically found and linked libiconv, but current version does not. Please support libiconv. It's very important for Japanese. Because character encodings for Japanese used in UNIX world (EUC-JP or UTF-8) and DOS/Windows world (Shift_JIS) are different. And to make matters worse, we cannot use Shift_JIS with mingw tools, because uses '\' (0x5c) as the second byte of some characters so that many no-localized tools including gcc are confused. In short, libiconv support is essential.
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer.
State Changed From-To: open->feedback Sorry for year of silince. How iconv support can be added to current 3.4.5 compiler? It doesn't have mentions of libiconv in ./configure. Is --with-gettext does right thing for you?
lev 2006-12-05 11:32:32 UTC FreeBSD ports repository Modified files: devel/mingw32-gcc Makefile Added files: devel/mingw32-gcc/files patch-gcc-configure Log: Add optional iconv support to gcc. PR: ports/87120 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jpg> Revision Changes Path 1.32 +11 -0 ports/devel/mingw32-gcc/Makefile 1.1 +11 -0 ports/devel/mingw32-gcc/files/patch-gcc-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Commited, thanks! Sorry for year-long delay.