From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11646 invoked by alias); 13 Jan 2003 02:27:44 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 11635 invoked from network); 13 Jan 2003 02:27:42 -0000 Received: from unknown (HELO digit.ise.canberra.edu.au) (137.92.140.41) by 209.249.29.67 with SMTP; 13 Jan 2003 02:27:42 -0000 Received: from ise.canberra.edu.au (localhost.localdomain [127.0.0.1]) by digit.ise.canberra.edu.au (8.12.5/8.12.5) with ESMTP id h0D2TUcA029502; Mon, 13 Jan 2003 13:29:31 +1100 Message-ID: <3E22248A.90705@ise.canberra.edu.au> Date: Mon, 13 Jan 2003 02:27:00 -0000 From: Ross Johnson Organization: University of Canberra, Management and Technology User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com, Fabrice Beauvir Subject: Re: [Fabrice Beauvir ] Porting pThread under Windows CE References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003/txt/msg00007.txt.bz2 Sorry for the delay, I'm just back from vacation. I'm not at all familiar with the process of building for WinCE and I'm not able to build and test WinCE builds. The port relies entirely on contributions for patches and testing. The first requirement for building would be to define WINCE in your build environment. This is used by config.h to define other macros that the WinCE port uses. Check config.h to confirm that those defines are appropriate for your version of WinCE. Later versions, for example, support semaphores and don't need to define NEED_SEM. If you make any changes to config.h or anything else please send me your changes (after you confirm that it works), and I'll incorporate any improvements. Regards. Ross Ben Elliston wrote: > Subject: Topics > > Topics: > Porting pThread under Windows CE > > > > ------------------------------------------------------------------------ > > Subject: > Porting pThread under Windows CE > From: > Fabrice Beauvir > Date: > Thu, 09 Jan 2003 15:27:20 +0100 > To: > bje@redhat.com > > > Hi, > I am actually porting an application under Wince wich need pthread. > A port seem to be done in 1999. > But, > I haven't found source files "pthread-win32-snap-1999-05-30-WinCE" and > project files aren't compatible with eMbedded Visual C++ 3.0. > > According to WINCE-Port readme file, project ported to WINCE but how to > generate pthread under Windows CE > > Thank you for your help, > Fabrice Beauvir > fbeauvir@gerpi.fr >