This is the mail archive of the gcc@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: on how to compile gcc-4.6 correctly?


On Mon, Sep 13, 2010 at 9:32 PM, Laurynas Biveinis
<laurynas.biveinis@gmail.com> 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


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