By default Perl build system searches /usr/local/include and /usr/local/lib. Then Perl may be contaminated by host headers and libraries.
We should append `-Dlocincpth=/tools/include -Dloclibpth=/tools/lib` to perl `Configure` command line, overriding the default. -- Xi Ruoyao <[email protected]> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
