This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

unresolvable R_PPC_ADDR32 relocation against symbol


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/


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