Problems with Olden

I've also been trying to compile the Olden benchmarks in
/test/Programs/MultiSource/Olden-* but to no effect.

I just did a full CVS update -d on the llvm tree but when I try compiling
say Olden-bh I get this error:

gmake: *** No rule to make target `Output/args.rbc', needed by
`Output/bh.linked.rbc'. Stop.

We've also tried downloading the Olden benchmarks directly from the URL
but those don't seems to compile either.

Wojciech

I just did a full CVS update -d on the llvm tree but when I try compiling
say Olden-bh I get this error:
gmake: *** No rule to make target `Output/args.rbc', needed by
`Output/bh.linked.rbc'. Stop.

In order to build *.rbc files, you need to have built the LLVM 'as' tool.

-Chris