﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1996	Toolchain texinfo / util-linux use the ncurses header of the host system	Dennis	lfs-book@…	"If I try to compile the texinfo and util-linux package the gcc of my host says that their is no ncurses header available. I fully agree, their is no header under /usr/include, rather I would like to use the compiled header in /tools/include.

The only idea I got is to use the fresh compiled gcc, these is comiled to use /tools/include.

texinfo:
CC=/tools/bin/cc &&configure --prefix=/usr

util-liunx:
export CC=/tools/bin/cc && configure ... && unset CC

Is that okay?"	defect	closed	normal		Book	SVN	critical	invalid		
