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: how to compile GCC without "CLooG" ?


Selon Ian Lance Taylor <iant@google.com>:

> spam.spam.spam.spam@free.fr writes:
>
> > There is no error during the configure step.
> > The errors appeared during the make step :
>
> I don't know why this is happening for you.  It doesn't happen for me.
> Try using the option --without-cloog when you run configure.
>
> Ian
>


I chose these configuration options, and it works now :
./configure --prefix=/ --disable-bootstrap --enable-languages=c++

So with less options, the CLooG is not required...
Thank you ;-)


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