From owner-freebsd-questions Mon Jun 8 14:38:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13735 for freebsd-questions-outgoing; Mon, 8 Jun 1998 14:38:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13680 for ; Mon, 8 Jun 1998 14:38:14 -0700 (PDT) (envelope-from dmorrisn@u.washington.edu) Received: from don (D-128-95-141-170.dhcp.washington.edu [128.95.141.170]) by mailhost2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.11) with SMTP id OAA28805; Mon, 8 Jun 1998 14:38:01 -0700 Message-Id: <3.0.5.32.19980608144024.00809b20@dmorrisn.deskmail.washington.edu> X-Sender: dmorrisn@dmorrisn.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 08 Jun 1998 14:40:24 -0700 To: Martin Koch Villefrance , questions@FreeBSD.ORG From: don morrison Subject: Re: compile problems!!!! HELP NEEDED FAST PLEASE! In-Reply-To: <199806082042.WAA10362@mail000.image.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm running FreeBSD 2.2.6-RELEASE, a great OS for the server I'm >administrating - but now I've run into some problems: >I would compile a new kernel, with higher 'maxusers' and got the following, >when trying to 'make' the kernel: >loading kernel >procfs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment >nfs_bio.o: Undefined symbol `___cmpdi2' referenced from text segment >nfs_subs.o: Undefined symbol `___cmpdi2' referenced from text segment >ffs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment >*** Error code 1 > >Stop. > >Then I thought I did something wrong, and therefor tried to compile the >GENERIC, but same results! Did you just update the source tree before trying to compile the kernel? If so, you should do a 'make world' before you try to compile the kernel. (I recommend doing a 'make buildworld' and then a 'make installworld' so you can still use your system while compiling...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message