Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 1999 14:20:45 -0700
From:      "David Schwartz" <davids@webmaster.com>
To:        <freebsd-stable@freebsd.org>
Subject:   Cannot 'make world'
Message-ID:  <000001be94e1$a4479660$021d85d1@whenever.youwant.to>

next in thread | raw e-mail | index | archive | help

	I went to do a 'make world' today and it bombed out in 'ar'. Any ideas?

	DS

cc -O -pipe -I/usr/src/usr.bin/ar -Wall   -I/usr/obj/usr/src/tmp/usr/include
 -c /usr/src/usr.bin/ar/print.c
cc -O -pipe -I/usr/src/usr.bin/ar -Wall   -I/usr/obj/usr/src/tmp/usr/include
 -c /usr/src/usr.bin/ar/replace.c
cc -O -pipe -I/usr/src/usr.bin/ar -Wall   -I/usr/obj/usr/src/tmp/usr/include
  -static -o ar append.o ar.o archive.o contents.o delete.o extract.o misc.o
move.o print.o replace.o
archive.o: In function `put_arobj':
archive.o(.text+0x51b): undefined reference to `copy_ar'
contents.o: In function `contents':
contents.o(.text+0xf6): undefined reference to `skip_arobj'
delete.o: In function `delete':
delete.o(.text+0x83): undefined reference to `skip_arobj'
delete.o(.text+0xf9): undefined reference to `copy_ar'
extract.o: In function `extract':
extract.o(.text+0x89): undefined reference to `skip_arobj'
extract.o(.text+0xe4): undefined reference to `skip_arobj'
extract.o(.text+0x123): undefined reference to `copy_ar'
move.o: In function `move':
move.o(.text+0x1a5): undefined reference to `copy_ar'
move.o(.text+0x1ec): undefined reference to `copy_ar'
move.o(.text+0x229): undefined reference to `copy_ar'
print.o: In function `print':
print.o(.text+0x64): undefined reference to `skip_arobj'
print.o(.text+0xa9): undefined reference to `copy_ar'
replace.o: In function `replace':
replace.o(.text+0x18c): undefined reference to `skip_arobj'
replace.o(.text+0x3d7): undefined reference to `copy_ar'
replace.o(.text+0x44b): undefined reference to `copy_ar'
*** Error code 1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001be94e1$a4479660$021d85d1>