Scope system threads (was Re: PS_BLOCKED)

Craig Rodrigues rodrigc at attbi.com
Wed Apr 9 08:47:40 PDT 2003


On Wed, Apr 09, 2003 at 11:19:43AM -0400, Daniel Eischen wrote:
> Did you look at my patches to see if there are any others that
> should be submitted?

I never saw your patches before, but from the looks of things,
most of what you have I already incorporated in previous patches
plus I have made a lot more fixes.  There are actually *TONS*
of FreeBSD fixes in the latest ACE that are not in 5.2.
I am only missing a few small things from your patch like -lkse.

If you create a new patch based on the latest ACE, I'll see what I can
do about getting it into the ACE cvs repository.


I should modify my instructions for building ACE, since they are not
complete. 

To build ACE:
- get ACE 5.3.1 from http://deuce.doc.wustl.edu/Download.html
- extract the ACE package, everything will be under an ACE_wrappers
  directory
- set the ACE_ROOT environment variable to: {full path}/ACE_wrappers
- create a file $ACE_ROOT/ace/config.h with one line:

  #include "ace/config-freebsd.h"

- create a file $ACE_ROOT/include/makeinclude/platform_macros.GNU with one line:

  include $(ACE_ROOT)/include/makeinclude/platform_freebsd.GNU

- cd $ACE_ROOT
- gmake

-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc at attbi.com


More information about the freebsd-threads mailing list