Subject: Re: Darwin/OS X bmake Installation was Re: Darwin/OS X Bootstrap
To: None <maccult@mac.com>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: tech-pkg
Date: 01/23/2002 21:29:53
Randy Beaudreault <maccult@mac.com> writes:

> All output from running make -f makefile.boot bootstrap:
> (cd lst.lib; make -f makefile.boot CC="cc" CFLAGS="-I.. -I./.. -I. 
> -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/usr/pkg/share/mk\"" 
> -DMAKE_BOOTSTRAP " )
> make[1]: Nothing to be done for `all'.
> cc *.o lst.lib/*.o -o bmake.boot
> /usr/bin/ld: multiple definitions of symbol _Lst_Append
> lstAppend.o definition of _Lst_Append in section (__TEXT,__text)

> make: *** [bmake.boot] Error 1

Could your remove bmake directory in bootstrap-pkgsrc and try to run
bootstrap script again? I had same error message, but I don't remember 
how to solve it exactly.

-- Yuji Yamano