public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Fwd: help, please
       [not found] ` <20020813154123.GA24662@chepelov.org>
@ 2002-08-13  9:21   ` tonhe
  2002-08-13  9:49     ` tonhe
  0 siblings, 1 reply; 4+ messages in thread
From: tonhe @ 2002-08-13  9:21 UTC (permalink / raw)
  To: gcc-help


Well, after using --disable-nls, i get to linking... and I get stopped dead 
with an error i've never seen.. 


/usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6, need 
7)
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1

FYI /usr/bin/ld --version GNU ld 2.9.1 
(supported emulations elf_i386, i386linux)


Any ideas ??

Anthony

Quoting Cyrille Chepelov <cyrille@chepelov.org>:

> Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > Can anyone give me a hand or point me in the right direction ?
> > I can't build a new version of Glibc because my version of gcc is too old
> 
> > (according to the configure script).
> > 
> > Please give me a hand, I need to get this box up and running again.
> 
> disable NLS. --help is your friend, especially in ./configure.
> 
> 	-- Cyrille
> 
> 
> > 
> > Thank you
> > 
> > Anthony
> > 
> > ----- Message from tonhe@qx.net -----
> >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> >     From: tonhe@qx.net
> > Reply-To: tonhe@qx.net
> >  Subject: help, please
> >       To: gcc@gcc.gnu.org
> > 
> > 
> > 
> > 
> > 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 there is obviously
> something 
> > the 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, I am possibly
> 
> > considering upgrading glibc aswell.. 
> > 
> > 
> > Thank you, and please reply to tonhe@qx.net ( I am not a list member )
> > 
> > Anthony Mattke
> > 
> > 
> > ----- End forwarded message -----
> > 
> > 
> > 
> > 
> > 
> 
> -- 
> Grumpf.
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: help, please
  2002-08-13  9:21   ` Fwd: help, please tonhe
@ 2002-08-13  9:49     ` tonhe
  2002-08-13  9:54       ` tonhe
  0 siblings, 1 reply; 4+ messages in thread
From: tonhe @ 2002-08-13  9:49 UTC (permalink / raw)
  To: gcc-help

Ok, so I should've looked this one up too... apparently linking with ld -N 
works just fine.. 


Thanks for the help.. I'm sure i'll be posting for some help again soon :) 

Tony


Quoting tonhe@qx.net:

> 
> 
> Well, after using --disable-nls, i get to linking... and I get stopped dead
> 
> with an error i've never seen.. 
> 
> 
> /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6,
> need 
> 7)
> /usr/bin/ld: final link failed: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [gengenrtl] Error 1
> 
> FYI /usr/bin/ld --version GNU ld 2.9.1 
> (supported emulations elf_i386, i386linux)
> 
> 
> Any ideas ??
> 
> Anthony
> 
> Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> 
> > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > Can anyone give me a hand or point me in the right direction ?
> > > I can't build a new version of Glibc because my version of gcc is too
> old
> > 
> > > (according to the configure script).
> > > 
> > > Please give me a hand, I need to get this box up and running again.
> > 
> > disable NLS. --help is your friend, especially in ./configure.
> > 
> > 	-- Cyrille
> > 
> > 
> > > 
> > > Thank you
> > > 
> > > Anthony
> > > 
> > > ----- Message from tonhe@qx.net -----
> > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > >     From: tonhe@qx.net
> > > Reply-To: tonhe@qx.net
> > >  Subject: help, please
> > >       To: gcc@gcc.gnu.org
> > > 
> > > 
> > > 
> > > 
> > > 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 there is obviously
> > something 
> > > the 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, I am
> possibly
> > 
> > > considering upgrading glibc aswell.. 
> > > 
> > > 
> > > Thank you, and please reply to tonhe@qx.net ( I am not a list member )
> > > 
> > > Anthony Mattke
> > > 
> > > 
> > > ----- End forwarded message -----
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > -- 
> > Grumpf.
> > 
> > 
> 
> 
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: help, please
  2002-08-13  9:49     ` tonhe
@ 2002-08-13  9:54       ` tonhe
  2002-08-13 14:00         ` tonhe
  0 siblings, 1 reply; 4+ messages in thread
From: tonhe @ 2002-08-13  9:54 UTC (permalink / raw)
  To: gcc-help

SEE i was right !

Ok. so I got excited too quick.. same errors with ld -N being used..

any other ideas :) ?

Thanks.. sorryfor all the spam


Quoting tonhe@qx.net:

> Ok, so I should've looked this one up too... apparently linking with ld -N 
> works just fine.. 
> 
> 
> Thanks for the help.. I'm sure i'll be posting for some help again soon :) 
> 
> Tony
> 
> 
> Quoting tonhe@qx.net:
> 
> > 
> > 
> > Well, after using --disable-nls, i get to linking... and I get stopped
> dead
> > 
> > with an error i've never seen.. 
> > 
> > 
> > /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6,
> > need 
> > 7)
> > /usr/bin/ld: final link failed: Bad value
> > collect2: ld returned 1 exit status
> > make[2]: *** [gengenrtl] Error 1
> > 
> > FYI /usr/bin/ld --version GNU ld 2.9.1 
> > (supported emulations elf_i386, i386linux)
> > 
> > 
> > Any ideas ??
> > 
> > Anthony
> > 
> > Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> > 
> > > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > > Can anyone give me a hand or point me in the right direction ?
> > > > I can't build a new version of Glibc because my version of gcc is too
> > old
> > > 
> > > > (according to the configure script).
> > > > 
> > > > Please give me a hand, I need to get this box up and running again.
> > > 
> > > disable NLS. --help is your friend, especially in ./configure.
> > > 
> > > 	-- Cyrille
> > > 
> > > 
> > > > 
> > > > Thank you
> > > > 
> > > > Anthony
> > > > 
> > > > ----- Message from tonhe@qx.net -----
> > > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > > >     From: tonhe@qx.net
> > > > Reply-To: tonhe@qx.net
> > > >  Subject: help, please
> > > >       To: gcc@gcc.gnu.org
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 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 there is obviously
> > > something 
> > > > the 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, I am
> > possibly
> > > 
> > > > considering upgrading glibc aswell.. 
> > > > 
> > > > 
> > > > Thank you, and please reply to tonhe@qx.net ( I am not a list member
> )
> > > > 
> > > > Anthony Mattke
> > > > 
> > > > 
> > > > ----- End forwarded message -----
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > -- 
> > > Grumpf.
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: help, please
  2002-08-13  9:54       ` tonhe
@ 2002-08-13 14:00         ` tonhe
  0 siblings, 0 replies; 4+ messages in thread
From: tonhe @ 2002-08-13 14:00 UTC (permalink / raw)
  To: gcc-help

Ok, so what have i dont wrong.. i still cant link GCC..  and it seems no matter 
what i compile.. binutils.. gcc...  i get that error with libintl_gettext.. am 
i going to have to do something about this ? or what ?? 

Tony

> > 
> > Quoting tonhe@qx.net:
> > 
> > > 
> > > 
> > > Well, after using --disable-nls, i get to linking... and I get stopped
> > dead
> > > 
> > > with an error i've never seen.. 
> > > 
> > > 
> > > /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated
> 6,
> > > need 
> > > 7)
> > > /usr/bin/ld: final link failed: Bad value
> > > collect2: ld returned 1 exit status
> > > make[2]: *** [gengenrtl] Error 1
> > > 
> > > FYI /usr/bin/ld --version GNU ld 2.9.1 
> > > (supported emulations elf_i386, i386linux)
> > > 
> > > 
> > > Any ideas ??
> > > 
> > > Anthony
> > > 
> > > Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> > > 
> > > > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > > > Can anyone give me a hand or point me in the right direction ?
> > > > > I can't build a new version of Glibc because my version of gcc is
> too
> > > old
> > > > 
> > > > > (according to the configure script).
> > > > > 
> > > > > Please give me a hand, I need to get this box up and running again.
> > > > 
> > > > disable NLS. --help is your friend, especially in ./configure.
> > > > 
> > > > 	-- Cyrille
> > > > 
> > > > 
> > > > > 
> > > > > Thank you
> > > > > 
> > > > > Anthony
> > > > > 
> > > > > ----- Message from tonhe@qx.net -----
> > > > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > > > >     From: tonhe@qx.net
> > > > > Reply-To: tonhe@qx.net
> > > > >  Subject: help, please
> > > > >       To: gcc@gcc.gnu.org
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 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 there is
> obviously
> > > > something 
> > > > > the 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, I am
> > > possibly
> > > > 
> > > > > considering upgrading glibc aswell.. 
> > > > > 
> > > > > 
> > > > > Thank you, and please reply to tonhe@qx.net ( I am not a list
> member
> > )
> > > > > 
> > > > > Anthony Mattke
> > > > > 
> > > > > 
> > > > > ----- End forwarded message -----
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > -- 
> > > > Grumpf.
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-08-13 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1029251494.3d5921a661a9d@mail.iphere.com>
     [not found] ` <20020813154123.GA24662@chepelov.org>
2002-08-13  9:21   ` Fwd: help, please tonhe
2002-08-13  9:49     ` tonhe
2002-08-13  9:54       ` tonhe
2002-08-13 14:00         ` tonhe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).