On Tue, 2008-09-02 at 14:29 -0700, Steve Kargl wrote: > On Tue, Sep 02, 2008 at 06:15:56PM -0300, Tobias Grosser wrote: > > Hi Steve, > > On Tue, 2008-09-02 at 13:59 -0700, Steve Kargl wrote: > > > > > > gfortran.log shows that all the failures are the same. Note I've trimmed > > > the directory paths: > > > > > > gfortran.dg/graphite/block-1.f90: In function 'matrix_multiply': > > > gfortran.dg/graphite/block-1.f90:3: sorry, unimplemented: Graphite loop > > > optimizations cannot be used > > > > It seems gcc could not find cloog or ppl during configure. So graphite is > > disabled right now (and therefore the test cases fail). > > > > Your ./configure output should start like this: > > > > checking for version 0.10 of PPL... yes > > checking for correct version of CLooG... yes > > I have > > checking for version 0.10 of PPL... no > checking for correct version of CLooG... no > > > The last two rows are important. > > > > May be you missed to add "--with-cloog" or "--with-ppl" to > > your ./configure. > > Can you send me your config.log file? > > From others comments, it seems I need some additional libraries. > Where do I find these?
The necessary libraries are described here: http://gcc.gnu.org/wiki/Graphite See you Tobi