On Thu, 07 Dec 2000 17:23:51 -0800, Joseph Cheek <[EMAIL PROTECTED]> wrote: >i'll check it out. i'm compiling ksymoops now, is there a way to get it to >work without a static libbfd? all i've got is a libbfd.so, and i'm going to >need to recompile binutils if i must have a libbfd.a. ksymoops/Makefile, change $(CC) $(OBJECTS) $(CFLAGS) -Wl,-Bstatic -lbfd -liberty -Wl,-Bdynamic -o $@ to $(CC) $(OBJECTS) $(CFLAGS) -lbfd -liberty -o $@ But you should have libbfd.a. Debian splits binutils into binutils and binutils-dev, libbfd.a might be in the latter. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- kernel BUG at buffer.c:827 in test12-pre6 and 7 Joseph Cheek
- Re: kernel BUG at buffer.c:827 in test12-pre6 and 7 Keith Owens
- Re: kernel BUG at buffer.c:827 in test12-pre6 and 7 Linus Torvalds
- Re: kernel BUG at buffer.c:827 in test12-pre6 and... Joseph Cheek
- Re: kernel BUG at buffer.c:827 in test12-pre6... Keith Owens
- Re: kernel BUG at buffer.c:827 in test12-pre6 and... Joseph Cheek
- Re: kernel BUG at buffer.c:827 in test12-pre6 and... Tom Leete
- Re: kernel BUG at buffer.c:827 in test12-pre6 and 7 David Woodhouse
- [found?] Re: kernel BUG at buffer.c:827 in test12... Alexander Viro
- [PATCH] Re: kernel BUG at buffer.c:827 in tes... Alexander Viro
- Re: [PATCH] Re: kernel BUG at buffer.c:82... Linus Torvalds
- Re: [PATCH] Re: kernel BUG at buffer... Alexander Viro
- Re: [PATCH] Re: kernel BUG at bu... Linus Torvalds
- Re: [PATCH] Re: kernel BUG a... Daniel Phillips
- Re: [PATCH] Re: kernel BUG a... Linus Torvalds