This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50915] gcc fails at run time due to undefined libintl_textdomain
- From: "titu_senapati at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Oct 2011 14:07:19 +0000
- Subject: [Bug libstdc++/50915] gcc fails at run time due to undefined libintl_textdomain
- Auto-submitted: auto-generated
- References: <bug-50915-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50915
--- Comment #3 from Titu <titu_senapati at yahoo dot com> 2011-10-31 14:07:19 UTC ---
(In reply to comment #2)
> You used --with-included-gettext, that's probably breaking things for you
> (together with -nodefaultlibs I guess).
>
> Anyway, 3.4.3 is no longer supported.
Thanks for the response. I had used --with-included-gettext as I was getting
the libintl_textdomain problem. I will use the -nodefaultlibs option and try.
If that does not solves, I will move to higher version.
Thanks.