From owner-freebsd-stable Tue Mar 23 6:40:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from harmony.williams.edu (harmony.williams.edu [137.165.4.25]) by hub.freebsd.org (Postfix) with ESMTP id 6E2EF153B4 for ; Tue, 23 Mar 1999 06:40:27 -0800 (PST) (envelope-from sachs@cs.williams.edu) Received: from bull.cs.williams.edu by williams.edu (PMDF V5.1-10 #24595) with ESMTP id <0F910020TY2WFZ@williams.edu> for freebsd-stable@freebsd.org; Tue, 23 Mar 1999 09:40:08 -0500 (EST) Received: from hamburger.cs.williams.edu (hamburger [137.165.8.59]) by bull.cs.williams.edu (8.9.0/8.9.0) with ESMTP id JAA22050 for ; Tue, 23 Mar 1999 09:40:07 -0500 (EST) Received: (from sachs@localhost) by hamburger.cs.williams.edu (8.8.8/8.8.8) id JAA28674; Tue, 23 Mar 1999 09:40:10 -0500 Date: Tue, 23 Mar 1999 09:40:10 -0500 From: Jay Sachs Subject: error making aout-to-elf-buildworld To: freebsd-stable@freebsd.org Message-id: MIME-version: 1.0 (generated by tm-edit 7.108) X-Mailer: Gnus v5.6.45/XEmacs 20.4 - "Emerald" Content-type: text/plain; charset=US-ASCII X-Face: 6!-I&o^[[HP+0~O~}d2Zf@Pbof:|>j5^*W$QOR"&)JYcHT.@-"AhAXLg3vioV79Ri3JMp/a e3QD@Z$1Ot@'j1/A Lines: 54 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is on a 2.2.8-stable box, and occurred during the build of the elfworld using the aout tools. It appears that doscmd is requiring either 1) a more recent XFree86 or 2) an ELF XFree86. But the real question is why is X required at all to build world? Sources were 'supped 3 days ago. -Jay cc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/elf/base/src/tmp/usr/include -o doscmd AsyncIO.o ParseBuffer.o bios.o callback.o cpu.o dos.o cmos.o config.o cwd.o debug.o disktab.o doscmd.o ems.o emuint.o exe.o i386-pinsn.o int.o int10.o int13.o int14.o int16.o int17.o int1a.o int2f.o intff.o mem.o mouse.o net.o port.o setver.o signal.o timer.o trace.o trap.o tty.o xms.o -L/usr/X11R6/lib -lX11 tty.o: In function `video_setborder': tty.o(.text+0x25f): undefined reference to `XSetWindowBackground' tty.o: In function `setgc': tty.o(.text+0x2f5): undefined reference to `XChangeGC' tty.o: In function `video_update': tty.o(.text+0x50e): undefined reference to `XDrawImageString' tty.o(.text+0x597): undefined reference to `XDrawImageString' tty.o(.text+0x68a): undefined reference to `XChangeGC' tty.o(.text+0x712): undefined reference to `XFillRectangle' tty.o(.text+0x7be): undefined reference to `XChangeGC' tty.o(.text+0x7fb): undefined reference to `XFillRectangle' tty.o(.text+0x809): undefined reference to `XFlush' tty.o: In function `debug_event': tty.o(.text+0xc48): undefined reference to `XBell' tty.o(.text+0xc53): undefined reference to `XFlush' tty.o: In function `video_async_event': tty.o(.text+0x1233): undefined reference to `XFlush' tty.o(.text+0x124b): undefined reference to `XNextEvent' tty.o(.text+0x12c7): undefined reference to `XFlush' tty.o(.text+0x12fc): undefined reference to `XNextEvent' tty.o: In function `video_event': tty.o(.text+0x17f4): undefined reference to `XLookupString' tty.o(.text+0x1978): undefined reference to `XLookupString' tty.o: In function `tty_write': tty.o(.text+0x27fe): undefined reference to `XBell' tty.o: In function `KbdWrite': tty.o(.text+0x3083): undefined reference to `XBell' tty.o: In function `video_init': tty.o(.text+0x33e1): undefined reference to `XOpenDisplay' tty.o(.text+0x3408): undefined reference to `XDisplayName' tty.o(.text+0x34df): undefined reference to `XAllocNamedColor' tty.o(.text+0x3532): undefined reference to `XLoadQueryFont' tty.o(.text+0x354e): undefined reference to `XLoadQueryFont' tty.o(.text+0x3629): undefined reference to `XCreateSimpleWindow' tty.o(.text+0x368c): undefined reference to `XCreateGC' tty.o(.text+0x36c3): undefined reference to `XCreateGC' tty.o(.text+0x36e0): undefined reference to `XSetNormalHints' tty.o(.text+0x370a): undefined reference to `XSelectInput' tty.o(.text+0x371e): undefined reference to `XMapWindow' tty.o(.text+0x3729): undefined reference to `XFlush' *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message