From owner-freebsd-hackers Fri Oct 27 19:21:42 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA05307 for hackers-outgoing; Fri, 27 Oct 1995 19:21:42 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA05295 for ; Fri, 27 Oct 1995 19:21:37 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.12) id TAA03378 for hackers@freebsd.org; Fri, 27 Oct 1995 19:21:28 -0700 Date: Fri, 27 Oct 1995 19:21:28 -0700 From: Julian Elischer Message-Id: <199510280221.TAA03378@ref.tfs.com> To: hackers@freebsd.org Subject: lkms break on make world.. Sender: owner-hackers@freebsd.org Precedence: bulk ===> secure/usr.bin/bdes ===> lkm ===> lkm/cd9660 ===> lkm/coff ld -r -o tmp.o coff.o imgact_coff.o symorder -c symb.tmp tmp.o symorder: 1 symbol not found: _ibcs2_coff_mod *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Is there something I need to do? I've done a make world and just to be sure, a make instal followed by another make, but it still bombs.. I saw a mention of lkms bombing recently.. anyone get a resolution? julian