This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling gcc-4.1.2 on 64-bit Ubuntu machines
Olumide <50295@web.de> writes:
> On 19/01/2011 15:02, Cedric Roux wrote:
>> On 01/19/2011 03:48 PM, Olumide wrote:
>>> /usr/include/gnu/stubs.h:7:27:/usr/include/gnu/stubs.h:7:27:
>>> error: error: gnu/stubs-32.h: No such file or directorygnu/stubs-32.h:
>>> No such file or directory
>>
>> pass --disable-multilib to configure
>
> The build fails with the following error:
>
> make[6]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build/gcc'
> echo timestamp > stmp-multilib
> make[5]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build/gcc'
> echo timestamp > stage3_build
> echo stage3_build > stage_last
> make[4]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build/gcc'
> make[3]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build/gcc'
> make[2]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/transfer/gcc412/gcc-4.1.2/build'
You did not include enough of the make log. You need to look farther up
to see what the actual error is.
Ian