I downloaded commoncpp2-1.1.0.tar.gz to a Win2k box with Cygwin (1.5.6-1), ran configure with no arguments, ran make with no arguments and received the following error.
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/usr/include/libxml2 -I../include -g -O2 -D_GNU_SOURCE -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -DPIC -o .libs/thread.o
thread.cpp: In member function `void ost::PosixThread::waitSignal(int)':
thread.cpp:1459: error: `sigwait' undeclared (first use this function)
thread.cpp:1459: error: (Each undeclared identifier is reported only once for
each function it appears in.)
make[1]: *** [thread.lo] Error 1
make[1]: Leaving directory `/f/commoncpp2-1.1.0/src'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded commoncpp2-1.1.0.tar.gz to a Win2k box with Cygwin (1.5.6-1), ran configure with no arguments, ran make with no arguments and received the following error.
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/usr/include/libxml2 -I../include -g -O2 -D_GNU_SOURCE -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -DPIC -o .libs/thread.o
thread.cpp: In member function `void ost::PosixThread::waitSignal(int)':
thread.cpp:1459: error: `sigwait' undeclared (first use this function)
thread.cpp:1459: error: (Each undeclared identifier is reported only once for
each function it appears in.)
make[1]: *** [thread.lo] Error 1
make[1]: Leaving directory `/f/commoncpp2-1.1.0/src'
This has been fixed in savannah cvs for 1.1.1, however, there is still a cygwin issue since threads do not seem to exit properly....