[Mockpp-devel] Cross compile
Brought to you by:
ewald-arnold
|
From: Daniel E. <eg...@ma...> - 2007-10-01 01:02:39
|
I need to cross compile mockpp, but I'm having trouble.
I'm trying to compile with
./configure --host=i686-apple-darwin9
make clean
make
but I get
Undefined symbols:
"vtable for std::basic_ostringstream<char, std::char_traits<char>,
std::allocator<char> >", referenced from:
__ZTVSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE
$non_lazy_ptr in main.o
"operator delete(void*)", referenced from:
yylex() in scanner.o
yylex() in scanner.o
yylex() in scanner.o
Things work fine, when I use
./configure
make clean
make
This is strange, because the platform I'm on is
% uname -mprs
Darwin 9.0.0b5 i386 i386
Is there anything more I should pass to configure?
/Daniel
|