Re: PTH is broke or I don't understand threads.

2003-04-03 Thread Ralf S. Engelschall
On Tue, Apr 01, 2003, Steve Alstrin wrote: > Oops! Ok I understand why things aren't working as they should now. When I > build pth I specified the --enable-pthread option, which according to the > INSTALL file, this should force on --enable-soft-syscall, which it doesn't. > > Someone may want to

Re: include file order

2003-04-03 Thread Ralf S. Engelschall
On Wed, Apr 02, 2003, Steve Alstrin wrote: > Which should you include first, system includes then the pth pthread.h or > the other way around? As soon as possible, include Pth's because it contains code to prevent some system stuff to be activated (and this way conflict with it).