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

           Summary: BUILD_SHARED_LIBS is broken
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


On both x86_64 darwin and ppc darwin I'm seeing failures:


Undefined symbols for architecture x86_64:
  "vtable for llvm::raw_ostream", referenced from:
      llvm::raw_ostream::raw_ostream(bool)in gtest.cc.o
      llvm::raw_ostream::raw_ostream(bool)in gtest-death-test.cc.o
      llvm::raw_ostream::raw_ostream(bool)in gtest-port.cc.o
      llvm::raw_ostream::raw_ostream(bool)in gtest-typed-test.cc.o
  NOTE: a missing vtable usually means the first non-inline virtual member
function has no definition.
  "vtable for llvm::raw_os_ostream", referenced from:
      llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char,
std::char_traits<char> >&)in gtest.cc.o
      llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char,
std::char_traits<char> >&)in gtest-death-test.cc.o
      llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char,
std::char_traits<char> >&)in gtest-port.cc.o
      llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char,
std::char_traits<char> >&)in gtest-typed-test.cc.o
  NOTE: a missing vtable usually means the first non-inline virtual member
function has no definition.
  "llvm::raw_os_ostream::~raw_os_ostream()", referenced from:
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in
gtest-death-test.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in
gtest-death-test.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in
gtest-port.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in
gtest-port.cc.o
      llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in
gtest-typed-test.cc.o
      ...

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