how to compile GCC without "CLooG" ?

spam.spam.spam.spam@free.fr spam.spam.spam.spam@free.fr
Mon May 25 22:26:00 GMT 2009


Hello,

I am compiing GCC 4.4.0 on a Linux operating system.
Problem : cloog/cloog.h isn't here...Error!
I have not installed it on my computer and I don't want to install it :)

I see :
$ ./configure --help | grep cloog
  --disable-cloog-version-check  disable check for CLooG version
  --with-cloog=PATH       Specify prefix directory for the installed CLooG-PPL
package
                          Equivalent to --with-cloog-include=PATH/include
                          plus --with-cloog-lib=PATH/lib
  --with-cloog-include=PATH Specify directory for installed CLooG include files
  --with-cloog-lib=PATH   Specify the directory for the installed CLooG library

And on the GCC web site :
http://gcc.gnu.org/install/prerequisites.html
CLooG-PPL version 0.15
    Necessary to build GCC with the Graphite loop optimizations.

I don't want to build GCC with the Graphite loop optimizations.

Can we install GCC without this library and how?

Thank you.



More information about the Libstdc++ mailing list