[LLVMbugs] [Bug 11171] New: BUILD_SHARED_LIBS is broken
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Oct 18 12:18:59 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: jabbey at arxan.com
CC: llvmbugs at cs.uiuc.edu, ofv at wanadoo.es
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.
More information about the llvm-bugs
mailing list