On Fri, Oct 11, 2002 at 04:35:53AM +0200, Roelof Osinga wrote: > frl:/usr/src/sys/compile/NISSER# make modules-clean > cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/NISSER/modules > MACHINE=i386 make clean > ===> accf_data > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not > find bsd.init.mk > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not > find bsd.links.mk > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1
You have to have an up-to-date world before other targets like 'modules-clean' are guaranteed to work. As you show: > frl:/usr/src/sys/compile/NISSER# find / -name bsd.init.mk -print > /usr/src/share/mk/bsd.init.mk You don't have these files installed yet. > smb_conn.o(.text+0x7ae): undefined reference to `iconv_open' You probably forgot options LIBICONV from your kernel config file, which is mandatory for SMBFS support (as documented). Kris
msg50353/pgp00000.pgp
Description: PGP signature