Re: [Cegcc-devel] Feedback on compiling CEGCC 4.3.x

2008-06-17 Thread Mosfet
I am still stuck with this compilation error, it seems cegcc 4.3 don't take the config/mingw32ce ... mkdir -p ./arm-mingw32ce/bits/stdc++.h.gch /home/Vincent/cegcc/src/build-mingw32ce/gcc/./gcc/xgcc -shared-libgcc -B/home/Vincent/cegcc/src/build-mingw32ce/gcc/./gcc -nostdinc++ -L/home/Vince

Re: [Cegcc-devel] Trouble with select() function

2008-06-17 Thread Danny Backx
On Tue, 2008-06-17 at 08:54 +0100, Hywel B. Richards wrote: > Do you really need to call WSAStartup when you are using cegcc (of the > non-mingw variety)? > > Wouldn't the POSIX compatibility provided by newlib do this for you? Hmm, apparently it does. I didn't know that. Does anyone know how go

Re: [Cegcc-devel] Trouble with select() function

2008-06-17 Thread Hywel B. Richards
Do you really need to call WSAStartup when you are using cegcc (of the non-mingw variety)? Wouldn't the POSIX compatibility provided by newlib do this for you? I ask with interest as I also want to do some networking stuff soon. I was assuming that if I used cegcc-mingw then I would need WSASta