This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

help! 2.9.5/3.1.1 wont compile


at least, point me in the right direction if you can.
 
System is SMP i686, Slackware 7.1 w/2.4.17, glibc 2.1.3, gettext 0.11.5 and

gcc/egcs 2.91.66

I'm trying to compile gcc/egcs 2.95.3 or 3.1.1 and it is possibly something  
new version of gettext that the compiler dosent like.

During compile it errors out with this.. 

make[3]: Entering directory `/server/root/gcc-2.95.3/texinfo/makeinfo'
gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  
makeinfo.o: In function `warning':
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:893: undefined reference to 
`libintl_gettext'
makeinfo.o: In function `remember_error':
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:916: undefined reference to 
`libintl_gettext'
makeinfo.o: In function `main':
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:954: undefined reference to 
`libintl_bindtextdomain'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined reference to 
`libintl_textdomain'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:976: undefined reference to 
`libintl_gettext'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:991: undefined reference to 
`libintl_gettext'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:994: undefined reference to 
`libintl_gettext'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1037: undefined reference to 
`libintl_gettext'
/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1069: undefined reference to 
`libintl_gettext'
makeinfo.o:/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1080: more undefined
references to `libintl_gettext' follow
collect2: ld returned 1 exit status
make[3]: *** [makeinfo] Error 1
 

==== Can you point me in the right direction for fixing this, thanks


Thank you,

Anthony Mattke





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]