Re: difficulty with c++ boost::thread (1.53.0) on Cygwin 1.7.20(0.266/5/3)

2013-06-30 Thread Lewis S
at 10:43 AM, marco atzeri wrote: > Il 6/30/2013 6:31 PM, Lewis S ha scritto: > >> Thanks Marco! >> >> I now get complaints about start_thread_noexcept: >> >> $ g++ -D THREADED multithread.cpp -l boost_system-mt -l boost_thread-mt > > > it works on my sys

Re: difficulty with c++ boost::thread (1.53.0) on Cygwin 1.7.20(0.266/5/3)

2013-06-30 Thread Lewis S
Thanks Marco! I now get complaints about start_thread_noexcept: $ g++ -D THREADED multithread.cpp -l boost_system-mt -l boost_thread-mt /tmp/ccfP6V1v.o:multithread.cpp:(.text$_ZN5boost6thread12start_threadEv[boost::thread::start_thread()]+0xe): undefined reference to `boost::thread::start_thread

difficulty with c++ boost::thread (1.53.0) on Cygwin 1.7.20(0.266/5/3)

2013-06-29 Thread Lewis S
first off, I'm getting "cygcheck: Wrong architecture. Only ix86 executables supported." when running cygcheck. That said, ... The attached multithread.cpp ought to run as far as I can tell from Cygwin, Boost, & the web. (There is a posting from 2010 regarding problems with building boost::thread o