Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 1998 22:18:13 +0200
From:      "Francois Jaccard" <fjaccard@webshuttle.ch>
To:        "'freebsd-questions'" <freebsd-questions@FreeBSD.ORG>
Subject:   make world problem
Message-ID:  <199807102018.WAA08936@wwwsw.webshuttle.ch>

next in thread | raw e-mail | index | archive | help
Hi,
I have installed a 3.0-950524-snap version on my PII 300 and I would like to
update it. I updated my /usr/src tree via a "make update". I then tried to
do a "make world". It compiles and installs several things but in the part
"rebuilding tools necessary to build the include files" I have this:
--------------------------------------------------------------
 Rebuilding tools necessary to build the include files
--------------------------------------------------------------
cd /usr/src;
PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/sr
c/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/lo
cal/bin:/usr/X11R6/bin
BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple
COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin
GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib/
LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib
LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib
NOEXTRADEPEND=t
OBJFORMAT_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/libexec
/usr/obj/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/usr/src/tmp include-tools
cd /usr/src/usr.bin/compile_et; /usr/obj/usr/src/tmp/usr/bin/make
cleandepend;

/usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOS
HARED cleandepend;

/usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOS
HARED all;

/usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOS
HARED -B install cleandir obj
rm -f .depend /usr/obj/usr/src/usr.bin/compile_et/GRTAGS
/usr/obj/usr/src/usr.bin/compile_et/GSYMS
/usr/obj/usr/src/usr.bin/compile_et/GTAGS
rm -f .depend /usr/obj/usr/src/usr.bin/compile_et/GRTAGS
/usr/obj/usr/src/usr.bin/compile_et/GSYMS
/usr/obj/usr/src/usr.bin/compile_et/GTAGS
cc -O -pipe -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err   -I/usr/
obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/compile_et/compile_et.c
lex -t  -l /usr/src/usr.bin/compile_et/et_lex.lex.l > et_lex.lex.c
yacc  -o error_table.c /usr/src/usr.bin/compile_et/error_table.y
cc -O -pipe -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err   -I/usr/
obj/usr/src/tmp/usr/include -c error_table.c
cc -O -pipe -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err   -I/usr/
obj/usr/src/tmp/usr/include  -static -o compile_et compile_et.o
error_table.o  -ll
ld: -ll: no match
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


Any idea what this l library is? It is the first time I have installed a
FreeBSD.

Thanks!
--
Francois E Jaccard
Public Key:
http://wwwkeys.ch.pgp.net:11371/pks/lookup?op=get&-search=0x3D7B9109
PGP Key Fingerprint:9F69 61FA 0681 C632 0B4A 3F37 D655 477B



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?199807102018.WAA08936>