newbie questions

Hi All,
I am new to LLVM. I am trying to get the Hello example in
“lib/Transform/Hello” to run. But when I do a make in the directory
I get this error. I don’t understand why it can’t find these make files.

…/…/…/Makefile.common:60: …/…/…/Makefile.config: No such file or directory
…/…/…/Makefile.common:68: /Makefile.rules: No such file or directory

Should i make changes to any of variables in "llvm/Make* files? Thanks

George

Hi George,

Did you run the "configure" script?

-bw

Thanks Bill! it worked.