From owner-freebsd-questions Sun Jan 3 16:18:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28561 for freebsd-questions-outgoing; Sun, 3 Jan 1999 16:18:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.hsonline.net (mail.hsonline.net [205.243.33.25]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA28556 for ; Sun, 3 Jan 1999 16:18:32 -0800 (PST) (envelope-from zamy27@hsonline.net) Received: from hsonline.net [208.10.214.41] by mail.hsonline.net with ESMTP (SMTPD32-4.07) id A19630C0011E; Sun, 03 Jan 1999 19:12:22 -0500 Message-ID: <369008DF.2DF30142@hsonline.net> Date: Sun, 03 Jan 1999 19:18:39 -0500 From: Scott Myron X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Compiling aterm... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to compile aterm, and i get to the last stage where it puts it all together. this is the command line it uses. gcc -O -o aterm command.o graphics.o grkelot.o main.o menubar.o misc.o netdisp.o rmemset.o screen.o scrollbar2.o utmp.o xdefaults.o xpm.o -LX11 and i get a bunch of stuff.. like this.. scrollbar2.o(.text+0x6fe): undefined reference to `XCopyArea' scrollbar2.o(.text+0x720): undefined reference to `XFillRectangle' scrollbar2.o(.text+0x757): undefined reference to `XCopyArea' scrollbar2.o(.text+0x766): undefined reference to `XFreePixmap' xdefaults.o: In function `define_key': xdefaults.o(.text+0x70b): undefined reference to `XrmQuarkToString' xdefaults.o: In function `parse_keysym': xdefaults.o(.text+0x83a): undefined reference to `XStringToKeysym' and a WHOLE lot more. Can anyone tell me what exactly this means? and maybe how to fix it? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message