[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PPC/unstable libgcc/libc problem



Hi-

I'm experiencing a linking symbol collision, while linking the gnome-2
version of my "Gxsm" software I'm just porting.
The error only occurs on my PPC-debian (unstable) box, while it links
fine on i386. I'm getting this:

/usr/bin/ld: /lib/libgcc_s.so.1: warning: unexpected redefinition of `__divdi3@GLIBC_2.0'
/lib/libgcc_s.so.1(*IND*+0x0): multiple definition of `__umoddi3@GLIBC_2.0'
/lib/libc.so.6(.text+0xb74): first defined here
/lib/libgcc_s.so.1(*IND*+0x0): multiple definition of `__udivdi3@GLIBC_2.0'
/lib/libc.so.6(.text+0xb50): first defined here
/lib/libgcc_s.so.1(*IND*+0x0): multiple definition of `__moddi3@GLIBC_2.0'
/lib/libc.so.6(.text+0xacc): first defined here
collect2: ld returned 1 exit status

I'm using gcc 2.95.4-15 from debian unstable.

For reproducing the Gxsm code can be checked out via CVS:

see http://sourceforge.net/cvs/?group_id=12992
or just do
cvs -d:pserver:anonymous@cvs.gxsm.sourceforge.net:/cvsroot/gxsm login
and
cvs -z3 -d:pserver:anonymous@cvs.gxsm.sourceforge.net:/cvsroot/gxsm co Gxsm-2.0

Then run autogen.sh and make in the Gxsm-2.0 dir.

(Home: http://gxsm.sf.net)

Note: the 2.0 program did not work, yet... but it should link even on ppc.

Any idea? 
Thanks
-Percy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr.rer.nat.P.Zahl          Email:                  pzahl@mines.edu
Department of Physics      Tel.Office:         +1 - (303) 384-2176
1523 Illinois Street       Tel.Lab.:           +1 - (303) 384-2088
Colorado School of Mines   Departmental fax:   +1 - (303) 273-3919
Golden, CO 80401, USA      http://talus.Mines.EDU/Academic/physics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  .^.     my home:  http://www.mines.edu/~pzahl
  /V\     
 //G\\    Visit Gxsm now! Unlimited and free SPM+ software:
/(xsm)\        ----->  http://gxsm.sf.net  <------
 ^^-^^



Reply to: