This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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: /usr/bin/ld: cannot find -lc


4.2.2013 6:35, Syed Ahsan Ali Bokhari kirjoitti:

The problem on my machine is that for some reasons yum isn't working.
Therefore I am not able to install package glibc-devel.i386 from
repository.

The traditional way is to use RPM directly, instructions do exist, like :


http://www.tuxfiles.org/linuxhelp/rpminstall.html

For bare unpacking (a'la 'zip', 'tar.gz', 'tar.bz2') there is rpm2cpio and cpio :

rpm2cpio <packagename>.rpm | cpio -idmuvB

to extract the '.rpm' package into the current directory and its subdirs.


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