[discuss] Problem building cross compiler for x86_64

Kai Ruottu karuottu@mbnet.fi
Thu Jan 19 14:13:00 GMT 2006


Manish Katiyar wrote:

>Hi,
>   yes i am using using Suse Linux Enterprise 9. I have downloaded the
>package glibc-devel-2.3.4-23_23.4.x86_64.delta.rpm . Now I need to
>just do
>
>rpm -i glibc-devel-2.3.4-23_23.4.x86_64.delta.rpm
>and then start building my gcc. Is it correct.? How do I specify where
>to install the rpm?. Please correct the steps to be followed after
>installing this rpm.
>  
>
 Using 'rpm' could succeed but I have used 'rpm2cpio' plus 'cpio' in the 
unpacking of RPMS :

     rpm2cpio package.rpm > package.cpio

converts the '.rpm' into a '.cpio'.  And :

     cpio -idmuvB < package.cpio

extracts the stuff into the current directory and its subdirectories...


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.org



More information about the crossgcc mailing list