[LLVMbugs] [Bug 5008] linking with llvm-gcc results in "/usr/bin/ld: error: gcc: malformed archive header name at 1046"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Sep 19 05:13:37 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5008
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Duncan Sands <baldrick at free.fr> 2009-09-19 07:13:36 ---
$ llvm-gcc -o test.o test.c
You forgot the -c in this line.
--
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