[LLVMbugs] [Bug 543] NEW: gccld fails with dangling symlinks
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Apr 9 00:29:53 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=543
Summary: gccld fails with dangling symlinks
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gccld
AssignedTo: unassignedbugs at nondot.org
ReportedBy: markus at oberhumer.com
gccld seems to fail if a directory within a -Ldir contains a dangling symlink.
touch x.o
ln -s a b
gccld -native -L. x.o
==>> gccld: ./b: can't get status:
(The message could get improved as well.)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list