[LLVMbugs] [Bug 4045] llvm-gcc not using collect2, missing paths to .o files

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue May 19 13:38:27 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4045


Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bob.wilson at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Bob Wilson <bob.wilson at apple.com>  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.



More information about the llvm-bugs mailing list