Re: [Cegcc-devel] Building pthread.

2007-07-31 Thread Pedro Alves
Leonardo Weiss Chaves wrote: > Hi Pedro, > > I am able to compile the '"normal" libtool > (http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but > when I run jamvm's configure I get the following with both minge32ce and > cegcc: > > configure:20943: arm-wince-mingw32ce-gcc -

Re: [Cegcc-devel] Building pthread.

2007-07-31 Thread Leonardo Weiss Chaves
Hi Pedro, I am able to compile the '"normal" libtool (http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but when I run jamvm's configure I get the following with both minge32ce and cegcc: configure:20943: arm-wince-mingw32ce-gcc -o conftest.exe -g -O2 conftest.c -ldl -lm

Re: [Cegcc-devel] Building pthread.

2007-07-30 Thread Pedro Alves
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

Re: [Cegcc-devel] Building pthread.

2007-07-24 Thread Leonardo Weiss Chaves
fdefs.h. */ (...) Kind regards, Leonardo. - Ursprüngliche Mail Von: Danny Backx <[EMAIL PROTECTED]> An: Leonardo Weiss Chaves <[EMAIL PROTECTED]> CC: cegcc-devel@lists.sourceforge.net Gesendet: Montag, den 23. Juli 2007, 21:39:00 Uhr Betreff: Re: [Cegcc-devel] Building pthread. On Mon,

Re: [Cegcc-devel] Building pthread.

2007-07-23 Thread Danny Backx
On Mon, 2007-07-23 at 12:25 -0700, 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 modi

Re: [Cegcc-devel] Building pthread.

2007-07-23 Thread Leonardo Weiss Chaves
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

Re: [Cegcc-devel] Building pthread.

2007-07-20 Thread Pedro Alves
Leonardo Weiss Chaves wrote: > I am still not able to compile any kind of pthreads with cegcc/mingw32ce. > > I did some smaller modifications to the source of mingw32e and to > pthread-w32-2.8.0, and it almost compiles. But at the end I get lots of > undefined references. This is strange, since

Re: [Cegcc-devel] Building pthread.

2007-07-17 Thread Leonardo Weiss Chaves
erence to `errno' tsd.o:tsd.c:(.text+0x18): undefined reference to `WSAGetLastError' tsd.o:tsd.c:(.text+0x38): undefined reference to `WSASetLastError' collect2: ld returned 1 exit status make[1]: *** [pthreadGC2.dll] Error 1 make[1]: Leaving directory `/cec/storage/dqkal002/home

Re: [Cegcc-devel] Building pthread.

2007-07-10 Thread Pedro Alves
Hi Leonardo, sorry for the delay, Leonardo Weiss Chaves wrote: > Hi, > > I am trying to build jamvm (http://jamvm.sourceforge.net/) with > cegcc/mingw32ce, since jamvm can also be build with cygwin > (http://developer.classpath.org/mediation/ClasspathOnCygwin). > Cool stuff. I wish I knew a