i would, if i could :)
so, i downloaded ksymoops-2.4.5 (i assume this is the version i need)
but it won't compile. sorry, my c knowledge is very basic.
but i assume there's something wrong with my /usr/lib/libbfd.a ?
gcc io.o ksyms.o ksymoops.o map.o misc.o object.o oops.o re.o
symbol.o -Dlinux -Wall -Wno-conversion -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -DDEF_KSYMS=\"/proc/ksyms\"
-DDEF_LSMOD=\"/proc/modules\" -DDEF_OBJECTS=\"/lib/modules/*r/\"
-DDEF_MAP=\"/usr/src/linux/System.map\" -Wl,-Bstatic -lbfd -liberty
-Wl,-Bdynamic -o ksymoops
/usr/lib/libbfd.a(merge.o): In function `merge_strings':
merge.o(.text+0xc04): undefined reference to `htab_create'
merge.o(.text+0xc2c): undefined reference to `htab_create'
merge.o(.text+0xce4): undefined reference to
`htab_find_slot_with_hash'
merge.o(.text+0xd60): undefined reference to
`htab_find_slot_with_hash'
merge.o(.text+0xdd8): undefined reference to `htab_delete'
merge.o(.text+0xdec): undefined reference to `htab_delete'
collect2: ld returned 1 exit status
make: *** [ksymoops] Error 1
Jurgen.
-- http://www.tuxedo.org/~esr/faqs/smart-questions.htmlLinux sparkie 2.4.19-pre5 #1 Thu Apr 4 19:14:41 CEST 2002 sparc64 unknown 11:40pm up 5 days, 3:53, 14 users, load average: 0.07, 0.07, 0.04 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/