kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread freebsd_user
# uname -a FreeBSD 6281.domain.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:4 5 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP i386 ##---> cvsup the src # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 # $FreeBSD: src/sys/conf/newvers.sh,v 1.72.2.5.2.8 2008/09/03 19:09:47 simo

Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Polytropon
I'm not sure if I can help you, but there's something that looks strange to me: On Tue, 9 Sep 2008 14:47:49 -0400, [EMAIL PROTECTED] wrote: > ===> zyd (install)^M > install -o root -g wheel -m 555 if_zyd.ko /boot/kernel^M > install -o root -g wheel -m 555 if_zyd.ko.symbols /boot/kernel^M > kld

Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Chris Hill
On Wed, 10 Sep 2008, Polytropon wrote: [snip] I'm sure you noticed the Ctrl-M (^M) at the ends of each line. This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10). UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13 is the CR character which is equivalent to Ctrl-M, if I do

Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-10 Thread freebsd_user
Chris Hill wrote: On Wed, 10 Sep 2008, Polytropon wrote: [snip] I'm sure you noticed the Ctrl-M (^M) at the ends of each line. This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10). UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13 is the CR character which is equivalent