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: Make process looping


Dear Jonathan and Andrew

Thank you very much. Reinstalling made stubs-32.h but now I am having
this problem. Googled it but couldn't find any right solution

2/libgcc_s.so.1 && ln -s libgcc_s.so.1 32/libgcc_s.so
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make[5]: *** [libgcc_s.so] Error 1
make[5]: Leaving directory
`/home/pmdtest/objdir/x86_64-unknown-linux-gnu/32/libgcc'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory
`/home/pmdtest/objdir/x86_64-unknown-linux-gnu/libgcc'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory
`/home/pmdtest/objdir/x86_64-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/home/pmdtest/objdir'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/pmdtest/objdir'
make: *** [all] Error 2
[root@pmd objdir]#

On Thu, Jan 24, 2013 at 4:55 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 24 January 2013 11:27, Andrew Haley wrote:
>> On 01/24/2013 10:56 AM, Syed Ahsan Ali Bokhari wrote:
>>> The issue is that when I install this i386 rpm it says that
>>> glibc-devel.i386 is already installed.
>>
>> Have a look:
>>
>> rpm -ql glibc-devel.i386
>> rpm -V glibc-devel.i386
>
> And if the verify command shows a problem, 'yum reinstall
> glibc-devel.i386' should fix it
>
> (Uninstalling isn't always an option, because other packages might
> depend on it, but 'yum reinstall' will work.)



-- 
 Engr. Syed Ahsan Ali Bokhari
 Electronic Engineer (EE)
 Research & Development Division
 Pakistan Meteorological Department H-8/2, Islamabad.
 Phone # off +92518358714
 Cell # +923155145014
 www.pmd.gov.pk


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