logo       

Re: Building pthread.: msg#00073

gnu.cegcc.devel

Subject: Re: Building pthread.

Sorry for the delay again,

Leonardo Weiss Chaves wrote:
> Hi Pedro,
>
> thanks for the hints, I got libpthread compiling now. Since __MINGW32__ is
> defined, the code assumes some things that are not true for WinCE, e.g. like
> having errno. Instead of modifying mingw32ce now I just modify the
> pthread-w32-2.8.0 code and add a few more compiler flags, see the attached
> diff file. I compile with
>
> make CROSS=arm-wince-mingw32ce- CC="arm-wince-mingw32ce-g++ -DWINCE
> -DNEED_ERRNO -D_ARM_ -D__CRTDLL__ -D_DLL" clean GC
>
> PS: I still can't compile jamvm because of missing liltdl. Do you know where
> I can find it for WinCE? It seems to be part of glibc...
>

Looks like jamvm uses libtool, or at least its libltdl (similar
to dlopen and friends).

There is a win32 libltdl port at:
http://gnuwin32.sourceforge.net/packages/libtool.htm

Perhaps you can work with that.

Cheers,
Pedro Alves



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise