Date: Thu, 25 Mar 1999 12:09:22 +0100 From: David Ramahefason <rama@proxad.net> To: freebsd-questions@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Problem in compile Stable Branch Message-ID: <19990325120922.A29404@proxad.net>
next in thread | raw e-mail | index | archive | help
Hi ... does anyone knows how to solve this problem ??? This occurs even with a freshly installed source tree... Please answer via email thx. >>> 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/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/usr/X11R6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/home/rama/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 -f Makefile.inc1 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 -DWORLD -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj rm -f .depend /usr/obj/usr/src/usr.bin/compile_et/GPATH /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/GPATH /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 error_table.o: In function `yylex': error_table.o(.text+0x7d3): undefined reference to `yywrap' error_table.o: In function `input': error_table.o(.text+0xd48): undefined reference to `yywrap' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -- /David Ramahefason / /rama@netfacile.net http://casimir.proxad.net/Images/ 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?19990325120922.A29404>