[LLVMdev] LLVM pre-built libraries download? (OBJ_ROOT structure)
Anton Korobeynikov
anton at korobeynikov.info
Sun Jul 12 06:18:58 PDT 2009
Hello, Lance
> With regards to my original problem, still requires flex/bison to configure,
> and I have installed. The problem that brought me to the list turns out to
> be that I have a copy of borland/inprises grep tool on the path (which I use
> a lot).
Heh, name clashing is well-known problem. Another source of such
problems is 'sort' util.
> Probably not an issue, but I see in the coding standards chris likes
> warnings to be treated like errors. Is there something else I am missing?
> Perhaps an env setting to disable those warnings?
The mentioned stl_uninitialized warnings are harmless and comes from
compiler bug. Unfortunately, there is no way to "turn them off".
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list