tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: GCC GNAT 14 issue with gettext
I found another simple solution (I think) to this problem:
- for the libiconv there is a var USE_GNU_ICONV (in
libiconv/builtin.mk), so I used
USE_GNU_ICONV=yes
- for the gettext-lib there is no such specialized variable, but I used
USE_BUILTIN.gettext=no
that's exactly what USE_GNU_ICONV does.
What do you think about this solution?
Home |
Main Index |
Thread Index |
Old Index