From owner-freebsd-questions Tue Oct 16 14:24:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20105.mail.yahoo.com (web20105.mail.yahoo.com [216.136.226.42]) by hub.freebsd.org (Postfix) with SMTP id E8F1637B405 for ; Tue, 16 Oct 2001 14:24:25 -0700 (PDT) Message-ID: <20011016212425.87072.qmail@web20105.mail.yahoo.com> Received: from [63.193.147.188] by web20105.mail.yahoo.com via HTTP; Tue, 16 Oct 2001 14:24:25 PDT Date: Tue, 16 Oct 2001 14:24:25 -0700 (PDT) From: Bsd Newbie Subject: kernel compiling and general compiling problems To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to rebuild my kernel... and I keep running into the following error after I do a 'make' : kbd.o(text+0x69c): more undefined references to'kbddriver_set' follow *** Error Code 1 Stop in /usr/src/sys/compile/FROGGIE5 So, I tried the "new" way to compile the kernel... and I get the following error after I do a 'make buildkernel KERNCONF=FROGGIE5' : kbd.o(text+0x69c): more undefined references to'kbddriver_set' follow *** Error Code 1 Stop in /usr/obj/usr/src/sys/FROGGIE5 *** Error Code 1 Stop in /usr/src *** Error Code 1 Stop in /usr/src. After I got these errors... I decided to post a message to get some help. Since I have alot of crash issues with Konqueror (and the fact the "send" button in yahoo mail wont work with this browser), I decided to install Mozilla. I went to the port directory and did a "make distclean && make && make install" and I ran into this error: int mail() { XtMalloc() ; return 0; } (end of "config.log") *** Error code 1 Now, I don't know if the two are related... or separate... but I seem to get this error whenever I try to build something from the ports. Any help would be appreciated. -Sameer __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message