public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* unresolvable R_PPC_ADDR32 relocation against symbol
@ 2003-05-12 13:59 Rene Rebe
  2003-05-12 14:30 ` Alan Modra
  0 siblings, 1 reply; 4+ messages in thread
From: Rene Rebe @ 2003-05-12 13:59 UTC (permalink / raw)
  To: gcc, binutils

Hi,

I get a strange error during compiling kdelibs (3.1.1a):

/bin/sh ../libtool --silent --mode=compile --tag=CXX g++-3 -DHAVE_CONFIG_H -I. -I. -I.. -I..  -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/opt/qt31/include -I/usr/X11R6/include -I/opt/kde31/include   -DQT_THREAD_SUPPORT  -D_REENTRANT   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT  -c -o nodes2string.lo `test -f 'nodes2string.cpp' || echo './'`nodes2string.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++-3  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT    -o libkjs.la.closure libkjs_la_closure.lo -version-info 1:0 -no-undefined  -L/usr/X11R6/lib -L/opt/qt31/lib -L/opt/kde31/lib  ustring.lo internal.lo collector.lo nodes.lo grammar.lo lexer.lo lookup.lo operations.lo regexp.lo function_object.lo string_object.lo bool_object.lo number_object.lo date_object.lo array_object.lo math_object.lo object_object.lo regexp_object.lo error_object.lo function.lo debugger.lo value.lo types.lo object.lo interpreter.lo property_map.lo nodes2string.lo -lm -lpcre -lpcreposix
libtool: link: warning: `-version-info' is ignored for programs
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.3/../../../../powerpc-unknown-linux-gnu/bin/ld: .libs/date_object.o(.got2+0x44): unresolvable R_PPC_ADDR32 relocation against symbol `timezone@@GLIBC_2.0'
collect2: ld returned 1 exit status
make[2]: *** [libkjs.la.closure] Error 1

Is there some known issue - or some flag gcc needs (or shouldn't get)?

binutils: 2.13.90.0.20
gcc: 3.2.3

- René
    / ROCK Linux stable release maintainer

--  
René Rebe - Europe/Germany/Berlin
  rene@rocklinux.org rene.rebe@gmx.net
http://gsmp.tfh-berlin.de/gsmp http://www.rocklinux.org
http://www.rocklinux.org/people/rene http://gsmp.tfh-berlin.de/rene/

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

* Re: unresolvable R_PPC_ADDR32 relocation against symbol
  2003-05-12 13:59 unresolvable R_PPC_ADDR32 relocation against symbol Rene Rebe
@ 2003-05-12 14:30 ` Alan Modra
  2003-05-12 17:24   ` Rene Rebe
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Modra @ 2003-05-12 14:30 UTC (permalink / raw)
  To: Rene Rebe; +Cc: gcc, binutils

On Mon, May 12, 2003 at 04:02:16PM +0200, Rene Rebe wrote:
> unresolvable R_PPC_ADDR32 relocation against symbol `timezone@@GLIBC_2.0'

See http://sources.redhat.com/ml/binutils/2003-04/msg00488.html

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

* Re: unresolvable R_PPC_ADDR32 relocation against symbol
  2003-05-12 14:30 ` Alan Modra
@ 2003-05-12 17:24   ` Rene Rebe
  2003-05-12 18:03     ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Rene Rebe @ 2003-05-12 17:24 UTC (permalink / raw)
  To: amodra; +Cc: gcc, binutils

On: Mon, 12 May 2003 23:59:59 +0930,
    Alan Modra <amodra@bigpond.net.au> wrote:
> On Mon, May 12, 2003 at 04:02:16PM +0200, Rene Rebe wrote:
> > unresolvable R_PPC_ADDR32 relocation against symbol `timezone@@GLIBC_2.0'
> 
> See http://sources.redhat.com/ml/binutils/2003-04/msg00488.html

In which binutils release should this change show up?

> -- 
> Alan Modra
> IBM OzLabs - Linux Technology Centre
> 

Sincerely,
  René Rebe
    - ROCK Linux stable release maintainer

--  
René Rebe - Europe/Germany/Berlin
  rene@rocklinux.org rene.rebe@gmx.net
http://www.rocklinux.org http://www.rocklinux.org/people/rene       
http://gsmp.tfh-berlin.de/gsmp http://gsmp.tfh-berlin.de/rene

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

* Re: unresolvable R_PPC_ADDR32 relocation against symbol
  2003-05-12 17:24   ` Rene Rebe
@ 2003-05-12 18:03     ` Daniel Jacobowitz
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2003-05-12 18:03 UTC (permalink / raw)
  To: Rene Rebe; +Cc: amodra, gcc, binutils

On Mon, May 12, 2003 at 07:27:28PM +0200, Rene Rebe wrote:
> On: Mon, 12 May 2003 23:59:59 +0930,
>     Alan Modra <amodra@bigpond.net.au> wrote:
> > On Mon, May 12, 2003 at 04:02:16PM +0200, Rene Rebe wrote:
> > > unresolvable R_PPC_ADDR32 relocation against symbol `timezone@@GLIBC_2.0'
> > 
> > See http://sources.redhat.com/ml/binutils/2003-04/msg00488.html
> 
> In which binutils release should this change show up?

2.14, due out shortly.  Once we finish testing the branch; probably
another week or two.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

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

end of thread, other threads:[~2003-05-12 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-12 13:59 unresolvable R_PPC_ADDR32 relocation against symbol Rene Rebe
2003-05-12 14:30 ` Alan Modra
2003-05-12 17:24   ` Rene Rebe
2003-05-12 18:03     ` Daniel Jacobowitz

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).