[LLVMbugs] [Bug 97] New: bugpoint must not pass -R<directory> to Mach-O linker
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Thu Nov 6 13:10:19 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=97
Summary: bugpoint must not pass -R<directory> to Mach-O linker
Product: tools
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: sabre at nondot.org
ReportedBy: gaeke+bugs at uiuc.edu
The Mach-O linker, used on Mac OS X, does not understand -R<directory> (actually
-rpath). Bugpoint wants to use it to link in shared libraries in the current
directory. It is unclear whether an equivalent option exists, though you can
specify the full pathnames of specific dynamic libraries on the command line for
what appears to be the same effect (not completely sure about this.)
------- 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