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

add CMake check for compatibility of libc between boost and libmpdata++ (reported for 1.0.0.rc1 by Chiel) #285

Open
slayoo opened this issue Mar 8, 2015 · 2 comments

Comments

@slayoo
Copy link
Collaborator

slayoo commented Mar 8, 2015

[ 14%] Linking CXX executable test_issue
Built target test_kahan_sum
Undefined symbols for architecture x86_64:
"boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from:
boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_issue.cpp.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [cone_bugs/test_issue] Error 1
make[1]: *** [cone_bugs/CMakeFiles/test_issue.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable test_shallow_water_2d
Undefined symbols for architecture x86_64:
"boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)", referenced from:
boost::iostreams::detail::indirect_streambuf<boost::iostreams::file_descriptor_sink, std::char_traits, std::allocator, boost::iostreams::output_seekable>::seek_impl(long, std::_Ios_Seekdir, std::_Ios_Openmode) in test_shallow_water_2d.cpp.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [shallow_water/test_shallow_water_2d] Error 1
make[1]: *** [shallow_water/CMakeFiles/test_shallow_water_2d.dir/all] Error 2
make: *** [all] Error 2

@djarecka
Copy link
Collaborator

related:
Homebrew/legacy-homebrew#36568

@djarecka
Copy link
Collaborator

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