[Burrtools-discussion] Help with MAC make
Brought to you by:
roever
|
From: David H. <mr....@gm...> - 2015-12-16 20:39:04
|
The OS X binary won't work on my Macbook, OS X 10.10.5, so I'm trying to
compile 0.6.3 and I get the following when running make:
Undefined symbols for architecture x86_64:
"boost::system::system_category()", referenced from:
__GLOBAL__sub_I_burrTxt2.cpp in burrTxt2.o
__GLOBAL__sub_I_solvethread.cpp in libburr.a(solvethread.o)
thread_c::kill() in libburr.a(thread.o)
boost::thread::start_thread() in libburr.a(thread.o)
boost::mutex::mutex() in libburr.a(thread.o)
boost::condition_variable::condition_variable() in libburr.a(thread.o)
__GLOBAL__sub_I_thread.cpp in libburr.a(thread.o)
...
"boost::system::generic_category()", referenced from:
__GLOBAL__sub_I_burrTxt2.cpp in burrTxt2.o
__GLOBAL__sub_I_solvethread.cpp in libburr.a(solvethread.o)
__GLOBAL__sub_I_thread.cpp in libburr.a(thread.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [burrTxt2] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
What have I done wrong; or, more likely, what do I need to run to determine
what I've done wrong.
thanks,
David
|