Date: Sun, 03 Jan 1999 19:18:39 -0500 From: Scott Myron <zamy27@hsonline.net> To: freebsd-questions@FreeBSD.ORG Subject: Compiling aterm... Message-ID: <369008DF.2DF30142@hsonline.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?369008DF.2DF30142>