>   Bryan, you were perspicacious.  I've just spent a few hours
> re-energising my limited perl knowledge.  First, to try to
> instrument test-installation.pl, then to understand what is
> happening.
>
>   When the ld.so regexp triggers on x86_64, the line contains:
> ld.so-version=$(if $(abi-64-ld-soname),$(abi-64-ld-soname),ld.so.1)
>
>   My initial reaction when I saw that was unprintable - I still have
> no idea where the $(abi-64-ld-soname) comes from.  But:

I thought I mentioned that on the lists.  It's an environment variable 
and is incompatible with the perl script.  That's why we remove it with 
a sed expression.

BTW, I had to look up perspicacious.

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

Reply via email to