Glibc installation

Ian Lance Taylor ian@airs.com
Wed Jan 16 13:19:00 GMT 2013
Apurva Shirish Patil <apurvap25@gmail.com> writes:

>          While building glibc , one of the pre-requisits is to configure
> and build binutils. While running make after doing ./configure we are
> getting the following errors :
>
>         Aborted
>         make[3]: *** [libbfd.la] Error 134
>         make[3]: Leaving directory
> `/home/student/Desktop/glibc/binutils-2.14/bfd'
>         make[2]: *** [all-recursive] Error 1
>         make[2]: Leaving directory
> `/home/student/Desktop/glibc/binutils-2.14/bfd'
>         make[1]: *** [all-recursive-am] Error 2
>         make[1]: Leaving directory
> `/home/student/Desktop/glibc/binutils-2.14/bfd'
>         make: *** [all-bfd] Error 2

You need to show us more lines of the make output.  That is not enough
to see what has gone wrong.

That said, make sure you did not run out of disk space.

Ian



More information about the Binutils mailing list