[LLVMbugs] [Bug 9136] New: llvm-config does not like being symlinked

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 3 15:16:24 PST 2011


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

           Summary: llvm-config does not like being symlinked
           Product: tools
           Version: 2.8
          Platform: PC
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-config
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: endobson at mac.com
                CC: llvmbugs at cs.uiuc.edu


Currently I have a setup where my installation directory is not on the path for
all users, so I create the installation in /contrib/projects/llvm and then
symlink /contrib/projects/llvm/bin/llvm-config to /contrib/bin/llvm-config.
This puts llvm-config on the users path, but if one runs 'llvm-config
--lib-dir', one gets /contrib/lib instead of /contrib/projects/llvm/lib. This
prevents any symlinking of llvm-config from being useful.

-- 
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