Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 08:32:50 +0200
From:      Poul-Henning Kamp <phk@phk.freebsd.dk>
To:        current@freebsd.org
Subject:   updating amd64 to current fails...
Message-ID:  <83106.1122445970@phk.freebsd.dk>

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

Does anybody know how to get past this:

AWK=awk sh /src/Current/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh  /src/Current/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > ncurses_def.h
sed </src/Current/src/lib/libncurses/../../contrib/ncurses/include/MKterm.h.awk.in >MKterm.h.awk  -e "/@NCURSES_MAJOR@/s%%5%"  -e "/@NCURSES_MINOR@/s%%2%"  -e "/@NCURSES_CONST@/s%%const%"  -e "/@NCURSES_XNAMES@/s%%1%"
awk -f MKterm.h.awk /src/Current/src/lib/libncurses/../../contrib/ncurses/include/Caps > term.h.new
sh /src/Current/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh /src/Current/src/lib/libncurses/ncurses_cfg.h term.h.new
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 0
** edit: BROKEN_LINKER 0
mv -f term.h.new term.h
cc -o make_keys -O2 -fno-strict-aliasing -pipe  -I. -I/src/Current/src/lib/libncurses -I/src/Current/src/lib/libncurses/../../contrib/ncurses/ncurses -I/src/Current/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  /src/Current/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
/usr/obj/src/Current/src/tmp/usr/bin/ld: cannot find -lc
*** Error code 1

Stop in /src/Current/src/lib/libncurses.
*** Error code 1

Stop in /src/Current/src.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.



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