Bruce Dubbs wrote:
> [email protected] wrote:
>>  
>>
>>   I am working from book 6.5
>>     I am up to the stage of building Glibc from within the system proper, 
>> chap
>>     ter  6 section 9.1
>>     This command:
>>     DL=3D$(readelf -l /bin/sh | sed -n 
>> 's...@.*interpret.*/tools\(.*\)]...@\1@p')
>           ^^
> Extra characters.

Possibly not. It's possible (likely) that this is an encoded "=".

=xx

is used to encode the 8 bit character with hex code xx.
Since 0x3D is the code for "=", then "=3D" is the code
for "=". These substitutions are sometimes made by mailers
or even by machines in between.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to