This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-2.95.1
- From: "Andras S. Haramasz" <aharamas at optonline dot net>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 14 Aug 2003 08:29:54 -0400
- Subject: gcc-2.95.1
- Reply-to: aharamas at optonline dot net
Hi there;
If this is not the right place to get help please forward my mail to whom
can help me out with this. Thank you.
I getting the following error during compilation:
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:893: undefined reference to `libintl_gettext'
makeinfo.o: In function `remember_error':
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:916: undefined reference to `libintl_gettext'
makeinfo.o: In function `main':
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:954: undefined reference to `libintl_bindtextdomain'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:955: undefined reference to `libintl_textdomain'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:976: undefined reference to `libintl_gettext'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:991: undefined reference to `libintl_gettext'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:994: undefined reference to `libintl_gettext'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:1037: undefined reference to `libintl_gettext'
/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.95.1/texinfo
/mak
einfo/makeinfo.c:1069: undefined reference to `libintl_gettext'
makeinfo.o:/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo/../../../gcc-2.9
5.1/
texinfo/makeinfo/makeinfo.c:1080: more undefined references to
`libintl_gettext'
follow
make[3]: *** [makeinfo] Error 1
make[3]: Leaving directory
`/home/ash/GNU/gcc-2.95.1/objdir/texinfo/makeinfo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ash/GNU/gcc-2.95.1/objdir/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/ash/GNU/gcc-2.95.1/objdir/texinfo'
make: *** [all-texinfo] Error 2
Configure with the folling options:
../gcc-2.95.1/configure --prefix=/usr \
--enable-nls \
--disable-rpath > configure.OUT 2>&1
gcc --version
egcs-2.91.66
gettext --version
gettext (GNU gettext-runtime) 0.12.1
as --version
GNU assembler 2.13.2.1
info --version
info (GNU texinfo) 4.5
bison --version
bison (GNU Bison) 1.875
tr --version
tr (textutils) 2.1
uname -rs
Linux 2.4.4
Thanks for your prompt attention to this matter.
Regards
P.S.
I'd like upgrade my glibc from 2.1 to 2.2 or 2.3 but without a better gcc
(2.91.6) I fail.