RE: disable-nls breaks build

2013-05-01 Thread Paulo Matos
> > To: gcc@gcc.gnu.org > > Subject: disable-nls breaks build > > > > and make. > > I get after awhile: > > ../../gcc/gcc/langhooks.c: In function 'void > > lhd_print_error_function(diagnostic_context*, const char*, > > diagnostic_info*)': >

RE: disable-nls breaks build

2013-05-01 Thread Paulo Matos
, Paulo Matos > -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of Paulo > Matos > Sent: 30 April 2013 14:33 > To: gcc@gcc.gnu.org > Subject: disable-nls breaks build > > Hello, > > I just cloned gcc because of an

disable-nls breaks build

2013-04-30 Thread Paulo Matos
Hello, I just cloned gcc because of an error I was seeing in my port. It seems to me that the problem is the --disable-nls option but I haven't research yet why this is happening. If I configure with: ../gcc/configure --prefix=/home/pmatos/work/tmp/install-gcc/ --exec-prefix=/home/pmatos/work/