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]

error: gcc_gettext_width


Hi,
When i want to compile gcc 4.1.1 in Irix 6.5, I met the following Error
messages:
If I compile gcc with: 

Code:
../configure --prefix=$HOME/Datt/linux/gcc-4.1.1
--exec-prefix=$HOME/Datt/linux/gcc-4.1.1 --enable-languages=c
--enable-shared --disable-multilib

It went well and after "gmake bootstrap" and "gmake install", and I can find
gcc installed, and of cause no g++, but if i compile with configuration like
this :

Code:
../configure --prefix=$HOME/Datt/linux/gcc-4.1.1
--exec-prefix=$HOME/Datt/linux/gcc-4.1.1 --enable-languages=c++
--enable-shared --disable-multilib

Then I got

Code:
../.././gcc/cp/call.c:2464: undefined reference to `gcc_gettext_width'
collect2: ld returned 1 exit status
make[2]: *** [cc1plus-dummy] Error 1
make[2]: Leaving directory '***'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory '***'
make: *** [all] Error 2

I tried many times, and i feel very confused , could anyone help me, thanks
in advance.
-- 
View this message in context: http://www.nabble.com/error%3A-gcc_gettext_width-tf3868998.html#a10961550
Sent from the gcc - Help mailing list archive at Nabble.com.


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