This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [discuss] Problem building cross compiler for x86_64


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]