---- Pierre Labastie <pierre.labas...@neuf.fr> a écrit :

> Why do you use :
> 
> + make install_root=/tools install?
> 
> With --prefix=/tools, all the files are installed in 
> /tools/tools/{lib,include}
> 
> Of course the sanity check fails, because it looks for files in 
> /tools/{lib,include}
> 
> Pierre

This was necessary otherwise make install was trying to creating the directory 
/var/db (for nss) So after checking various Makefile and as a probably 
temporary solution I specifiy 

make install_root=/tools install

> 
> -- 
> http://linuxfromscratch.org/mailman/listinfo/lfs-dev
> FAQ: http://www.linuxfromscratch.org/faq/
> Unsubscribe: See the above information page

--
http://www.nutyx.org

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to