Bug 76 - undefined symbol __moddi3
Status: RESOLVED WONTFIX
Alias: None
Product: Unreal Tournament 2003
Classification: Unclassified
Component: Graphical Client
Version: Demo (Build 1077)
Hardware: PC Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2002-09-14 21:50 EDT by Aaron Brice
Modified: 2002-09-15 02:27:33 EDT
0 users

See Also:



Description Aaron Brice 2002-09-14 21:50:03 EDT
Using glibc 2.2.5 compiled with gcc 3.2.  When running ut2003_demo, I get the
following error:

./ut2003-bin: relocation error: ./libSDL-1.2.so.0: symbol __moddi3, version
GLIBC_2.0 not defined in file libc.so.6 with link time reference
Comment 1 Ryan C. Gordon 2002-09-14 22:30:57 EDT
Did you build this glibc yourself, or are there distros shipping this
configuration now?

If you've got your own version of SDL on that machine, you can safely replace
the libSDL-1.2.so.0 file in the System directory with it. Beyond that, I can't
really fix it without breaking compatibility with older glibc systems.

--ryan.

Comment 2 Aaron Brice 2002-09-15 02:27:33 EDT
Using Source Mage Linux, a source based distribution.  Likely Lunar Linux and
Gentoo Linux will have similar problems..  I have SDL installed, so after
removing System/libSDL-1.2.so.0 everything runs beautifully..