Click to See Complete Forum and Search --> : xmms after gcc 3.2 install


gleather
09-28-2002, 06:47 PM
strange, but xmms seems to be the only app i have that won't run after i upgraded my libraries, tools, compiler, etc. i rebuilt and everything.
The error i get is:

xmms: relocation error: /usr/local/lib/libpthread.so.0: undefined symbol: _dl_cpuclock_offset

I've tried some fixes I found to these types of issues, but nothing helped. Any ideas?

bwkaz
09-28-2002, 08:20 PM
Did you recompile xmms? I would think so, but ...

I just compiled it myself (with gcc 3.2, on a system where everything was compiled with gcc 3.2), and it works... which version of xmms are you using?

If you do an nm /usr/local/lib/libpthread.so.0 | grep cpuclock, does it show the symbol that it says it can't find? If not, do an ldd /usr/local/lib/libpthread.so.0 and post the results. Try checking through these files for the symbol it wants as well.