|
From: <hg...@ja...> - 2003-11-08 17:18:49
|
> humm, no idea what's wrong, atexit is in libc: > > $ nm /lib/libc.so.6 | grep -w atexit > 0002ce84 T atexit@GLIBC_2.0 > > daemon use it: > > $ nm daemon/*.o | grep atexit > U atexit > > > regard, > Phil kong1:~/OPROF/oprofile-0.7# nm /lib/libc.so.6 | grep -w atexit nm: /lib/libc.so.6: no symbols looks like the lib hasn't been compiled with -g hgh. |