﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
845	gcc-3.4.1-20040517 pass1 libiconv	bliscat.sirtakys@…	lfs-book@…	"20040531
LFS-unstable gcc-3.4.1-20040517 pass1
if you have this error

/tools/i686-pc-linux-gnu/bin/ld: cannot find -liconv


http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz

then rebuild libiconv with
		./configure --prefix=/usr --enable-static	
	 	make LDFLAGS=""-all-static""
		make LDFLAGS=""-all-static"" install
		make clean
		./configure --prefix=/usr --enable-shared	
		make
		make install
		ldconfig

and reload the 
		make BOOT_LDFLAGS=""-static"" bootstrap

							have fun, BlX"	defect	closed	lowest		Book	CVS	major	fixed		
