|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : vadim s. sabinich 2:5070/665.264 16 Dec 2006 14:52:26 To : All Subject : ядро с iconv -------------------------------------------------------------------------------- Решил собрать ядро с опциями: options CD9660_ICONV options MSDOSFS_ICONV options NTFS_ICONV options UDF_ICONV получаю такое: что я делаю не так? mef@phobos /usr/src/sys/i386/compile/PHOBOS:$ sudo make all install cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror config.c touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh ../../../conf/newvers.sh PHOBOS cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel.debug msdosfs_iconv.o(.text+0x2a): In function `msdosfs_iconv_mod_handler': ../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_vfs_refcount' msdosfs_iconv.o(.data+0x0):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_open' msdosfs_iconv.o(.data+0x4):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_close' msdosfs_iconv.o(.data+0x8):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_conv' msdosfs_iconv.o(.data+0xc):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_conv_case' msdosfs_iconv.o(.data+0x10):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_convchr' msdosfs_iconv.o(.data+0x14):../../../fs/msdosfs/msdosfs_iconv.c:36: undefined reference to `iconv_convchr_case' ntfs_iconv.o(.text+0x1a): In function `ntfs_iconv_mod_handler': ../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv' ntfs_iconv.o(.text+0x2a):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_vfs_refcount' ntfs_iconv.o(.text+0x3e):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv' ntfs_iconv.o(.data+0x0):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_open' ntfs_iconv.o(.data+0x4):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_close' ntfs_iconv.o(.data+0x8):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_conv' ntfs_iconv.o(.data+0xc):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_conv_case' ntfs_iconv.o(.data+0x10):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_convchr' ntfs_iconv.o(.data+0x14):../../../fs/ntfs/ntfs_iconv.c:36: undefined reference to `iconv_convchr_case' udf_iconv.o(.text+0x1a): In function `udf_iconv_mod_handler': ../../../fs/udf/udf_iconv.c:36: undefined reference to `udf_iconv' udf_iconv.o(.text+0x2a):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_vfs_refcount' udf_iconv.o(.text+0x3e):../../../fs/udf/udf_iconv.c:36: undefined reference to `udf_iconv' udf_iconv.o(.data+0x0):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_open' udf_iconv.o(.data+0x4):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_close' udf_iconv.o(.data+0x8):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_conv' udf_iconv.o(.data+0xc):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_conv_case' udf_iconv.o(.data+0x10):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_convchr' udf_iconv.o(.data+0x14):../../../fs/udf/udf_iconv.c:36: undefined reference to `iconv_convchr_case' cd9660_iconv.o(.text+0x2a): In function `cd9660_iconv_mod_handler': ../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_vfs_refcount' cd9660_iconv.o(.data+0x0):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_open' cd9660_iconv.o(.data+0x4):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_close' cd9660_iconv.o(.data+0x8):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_conv' cd9660_iconv.o(.data+0xc):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_conv_case' cd9660_iconv.o(.data+0x10):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_convchr' cd9660_iconv.o(.data+0x14):../../../isofs/cd9660/cd9660_iconv.c:36: undefined reference to `iconv_convchr_case' *** Error code 1 //mef --- np: [cd-a] Betray My Secrets/Betray My Secrets`1999/Ever Expanding Eternity * Origin: FABRYKA NIEWOLNIKOV (2:5070/665.264@fidonet.org) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/467145838a69.html, оценка из 5, голосов 10
|