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

             Bug #: 15093
           Summary: LLVM version collision when linking statically
           Product: new-bugs
           Version: trunk
          Platform: PC
               URL: http://pastebin.com/mgJuARmq
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


I built llvm from source (3.3) and statically link against it. Apart from those
static libs, I don't have llvm "officially" installed on this Ubuntu system.

When I try to use GLX, it dlopen()s its own llvm 3.1 .so and the application
crashes.

Shouldn't the two versions be able to work next to each other, since one of
them is statically linked?

A simple way to reproduce the issue, along with the callstack:
http://pastebin.com/mgJuARmq

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to