Common C++ 1.9.4 can be complied under Cygwin and windows 2000 successfully.
I do in CommonC++ directory:
./configure --prefix=/usr
make
make install
cd demo
make testthread
./testthread.exe
the OS says the the application failure and let me choose ok(end the testthread) or cancel (debug it ) .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Common C++ 1.9.4 can be complied under Cygwin and windows 2000 successfully.
I do in CommonC++ directory:
./configure --prefix=/usr
make
make install
cd demo
make testthread
./testthread.exe
the OS says the the application failure and let me choose ok(end the testthread) or cancel (debug it ) .