On Mon, Sep 13, 2010 at 9:32 PM, Laurynas Biveinis
<[email protected]> wrote:
> Thanks. I assume that you pass --enable-languages=c to configure?
No, just a very simple configure and make command:
../path/to/gcc-4.6-build$ time { ../gcc-4.6-20100911/configure
--prefix=/usr --disable-nls --with-system-zlib && make --debug=b; } |&
tee build-log
Because the source code is uncompressed from gcc-core-4.6-..., it only
includes the c compiler, I leave the configure to figure out there is
only c compiler source code;
>
> I will investigate this tomorrow and will get back to you.
>
> Regards,
> --
> Laurynas
>
--
Cheng, from Singapore