http://llvm.org/bugs/show_bug.cgi?id=4045
Bob Wilson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Bob Wilson <[email protected]> 2009-05-19 15:38:26 --- You are running the compiler from the build directory. If you want that to work, you'll need to specify one or more -B options to tell it where to find things. Notice in the -print-search-dirs output that it is not looking for programs in the build/prev-gcc directory. Alternatively, if you install it and run it out of the install directory (which you can change by specifying --prefix when you configure), then it should work. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
