Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2000 03:48:20 -0500 (CDT)
From:      Mike Meyer <mwm@mired.org>
To:        current@freebsd.org
Subject:   World breakage from exit->sys_exit change?
Message-ID:  <14722.39508.395980.576824@guru.mired.org>

next in thread | raw e-mail | index | archive | help
Ok, I give up. It seems that the world change from exit to sys_exit
broke the world build, but I can't figure out where. I've fixed every
occurence of SYS_exit in the source tree (this one seems to be
src/lib/csu/i386/crt0.c, but there were some in gdb as well), and
removed /usr/obj - and I still get the following error from
buildworld:

===> bin/cat
cc -O -pipe -march=pentium -Wall -Wformat   -I/usr/obj/usr/src/i386/usr/include -c /usr/src/bin/cat/cat.c
gzip -cn /usr/src/bin/cat/cat.1 > cat.1.gz
cc -O -pipe -march=pentium -Wall -Wformat   -I/usr/obj/usr/src/i386/usr/include  -static -o cat cat.o  
/usr/obj/usr/src/i386/usr/lib/libc.a(_exit.o): In function `_exit':
_exit.o(.text+0x2): undefined reference to `SYS_exit'
*** Error code 1
1 error

Is this one of those things that is going to require gyrations to get
built?

	Thanx,
	<mike



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14722.39508.395980.576824>