id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11182,Iostreams can't find symbol only on OSX,a.santini@…,Jonathan Turkanis,"'''System''': Darwin Kernel Version 14.3.0 '''Compiler''': GCC 4.9 '''Boost version''': Tried with 1.55, 1.57, 1.58-beta, boost-trunk of today '''Minimal example''': {{{ #include #include int main () { boost::iostreams::stream fdstream; return 0; } }}} '''Outcome''': {{{ $ /usr/local/bin/g++-4.9 -I /opt/boost/include/ -L /opt/boost/lib/ -lboost_iostreams -o foo foo.cpp Undefined symbols for architecture x86_64: ""boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)"", referenced from: std::fpos<__mbstate_t> boost::iostreams::detail::seek_device_impl::seek(boost::iostreams::file_descriptor&, long, std::_Ios_Seekdir, std::_Ios_Openmode) in ccr82hhn.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status }}}",Bugs,new,To Be Determined,iostreams,Boost 1.57.0,Problem,,,