Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc-6 + osx build failure #336

Open
soonho-tri opened this issue Feb 16, 2017 · 1 comment
Open

gcc-6 + osx build failure #336

soonho-tri opened this issue Feb 16, 2017 · 1 comment
Assignees

Comments

@soonho-tri
Copy link
Member

Reported by @scungao (using 10.11):

[ 64%] Linking CXX executable dOp
Undefined symbols for architecture x86_64:
 "capd::dynset::C0DoubletonSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u>, capd::dynset::FactorReorganization<capd::dynset::FullQRWithPivoting<capd::dynset::DefaultPolicy> > >::show[abi:cxx11]() const", referenced from:
     vtable for capd::dynset::C0DoubletonSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u>, capd::dynset::FactorReorganization<capd::dynset::FullQRWithPivoting<capd::dynset::DefaultPolicy> > > in libdreal.a(contractor_capd4.cpp.o)
 "capd::geomset::DoubletonSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u> >::toString[abi:cxx11]() const", referenced from:
     vtable for capd::geomset::DoubletonSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u> > in libdreal.a(contractor_capd4.cpp.o)
     vtable for capd::dynset::C0DoubletonSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u>, capd::dynset::FactorReorganization<capd::dynset::FullQRWithPivoting<capd::dynset::DefaultPolicy> > > in libdreal.a(contractor_capd4.cpp.o)
 "capd::geomset::AffineSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u> >::toString[abi:cxx11]() const", referenced from:
     vtable for capd::geomset::AffineSet<capd::vectalg::Matrix<capd::intervals::Interval<double, capd::rounding::DoubleRounding>, 0u, 0u> > in libdreal.a(contractor_capd4.cpp.o)
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [dOp] Error 1
make[1]: *** [CMakeFiles/dOp-bin.dir/all] Error 2
make: *** [all] Error 2
@soonho-tri soonho-tri self-assigned this Feb 16, 2017
@AlyssaLytle
Copy link

I had the same issue. I ended up just installing gcc5 and using that.

brew install gcc5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants