and you should be fine, assuming your /usr/bin/install is more recent.
In the future, we should allow a configure switch choose the install
program, and it might already do that with --with-install=[path], but I
am not sure and haven't checked.
Sorry, Reid, but I think it will, for the following reason:
I don't really know what the -c (lowercase) option does, but install
says it's ignored anyway, so that's irrelevant for GNU install. We're
talking about the -C option (uppercase).
The -C option is used directly in docs/Makefile. So the change will have
to go into docs/Makefile. Either that or upgrade install to version 5.
docs/Makefile uses $(INSTALL) -C (uppercase).
My point is that /usr/dcs/..../ginstall doesn't accept -C but
/usr/bin/install does.
However, although the configuration and installation process doesn't report
any error/warning, the llvmc cannot work. It just says: Unexpected unknown
exception occurred
Have you compiled and installed llvm-gcc/llvm-g++? llvmc is not a
compiler, it's just a compiler driver, so it expects all the tools to be
in the path (llvm-gcc, gccas, gccld, opt, etc.)
Furthermore, if llvmc does not work for you, just use llvm-gcc directly,
assuming the rest of llvm tools are in your path.
However, although the configuration and installation process doesn't report
any error/warning, the llvmc cannot work. It just says: Unexpected unknown
exception occurred
Do you have any clue about that?
Can you send us information on how to reproduce the bug? We'd like to get it fixed if possible. Are you using mainline CVS?