Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
> Original-Nachricht > Datum: Tue, 28 Dec 2010 16:05:42 +0100 > Von: "Jacek M. Holeczek" > An: "Stefan Partheymüller" > CC: cegcc-devel@lists.sourceforge.net, danny.ba...@scarlet.be > Betreff: Re: [Cegcc-devel] CeGCC for Windows

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Jacek M. Holeczek
; An: "Stefan Partheymüller" >> > CC: cegcc-devel@lists.sourceforge.net >> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> > cygwin) >> > >> > Hello, >> > >> > Sorry, this is beyond my abilities. >>

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
ot;Jacek M. Holeczek" > CC: "Stefan Partheymüller" , > cegcc-devel@lists.sourceforge.net > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > With mingw32ce you will not need the cegcc library, but if you >

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Vincent Torri
Datum: Tue, 28 Dec 2010 14:03:13 +0100 Von: "Sébastien Lorquet" An: "Stefan Partheymüller" CC: cegcc-devel@lists.sourceforge.net Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin) Hello, Sorry, this is beyond my abilities. In my tests,

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Vincent Torri
On Tue, 28 Dec 2010, "Stefan Partheymüller" wrote: Original-Nachricht Datum: Tue, 28 Dec 2010 13:50:42 +0100 Von: "Stefan Partheymüller" An: "Sébastien Lorquet" Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwi

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Jacek M. Holeczek
Hi, > With mingw32ce you will not need the cegcc library, but if you use C++ > then you do need the libstdc++ either in DLL or in statically linked > form. Sorry, I thought that "statically linked" is actually the default for "mingw32ce". Anyhow, I just noticed "mingwm10.dll" and I do not rememb

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Danny Backx
or the libraries and the include files. Anyway, now it works! > > > > Regards > > Stefan Partheymüller > > > > Original-Nachricht > > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > > > > Von: "Sébastien Lorquet" > > An: "Stef

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Jacek M. Holeczek
e libraries and the include files. Anyway, now it works! > > Regards > Stefan Partheymüller > > Original-Nachricht > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > > Von: "Sébastien Lorquet" > An: "Stefan Partheymüller" > CC: cegcc-devel@lists.

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
> Sebastien > > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > wrote: > > > > Original-Nachricht > > Datum: Tue, 28 Dec 2010 13:50:42 +0100 > > Von: "Stefan Partheymüller" > > > > An: "Sébastien Lorquet" >

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Sébastien Lorquet
3:50:42 +0100 > Von: "Stefan Partheymüller" > > An: "Sébastien Lorquet" > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > now I tried to compile some code for WinCE with you binary snapshot. > It

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
Original-Nachricht Datum: Tue, 28 Dec 2010 13:50:42 +0100 Von: "Stefan Partheymüller" An: "Sébastien Lorquet" Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin) Hi, now I tried to compile some code for WinCE with you

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
en Lorquet" > An: cegcc-devel@lists.sourceforge.net > CC: "Stefan Partheymüller" > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > Okay, maybe that's an EOL problem. > but the patch is so

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Sébastien Lorquet
Hi, Okay, maybe that's an EOL problem. but the patch is so simple you could apply it by hand. I created the --gmp and --mpfr options, then passed the values to --with-gmp in gcc 's ./configure you could hardcode that for a quick test. BTW, I attached the script I used there, that you can also fi

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Stefan Partheymüller
Hi, I tried to build CeGCC for Windows like explained, but I have a problem with patching the build script. When I try to patch it, with the patch tool like this: patch -p0 -i patch.diff The following errors occur: patching file build-mingw32ce.sh Hunk #1 FAILED at 49. Hunk #2 FAILED at 97. Hu

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-23 Thread Stefan Partheymüller
>On Thu, 23 Dec 2010, Sébastien Lorquet wrote: >> Hello, >> >> any success with my instructions, or is everyone (including me) too >> busy eating chocolate? :-) > too busy :p Honestly, the compilation is a lot faster on linux than with > MSYS/MinGW > Vincent Yes, unfortunately me too. But I w

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-23 Thread Vincent Torri
On Thu, 23 Dec 2010, Sébastien Lorquet wrote: Hello, any success with my instructions, or is everyone (including me) too busy eating chocolate? :-) too busy :p Honestly, the compilation is a lot faster on linux than with MSYS/MinGW Vincent BTW, Merry Christmas and Happy new year to al

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-23 Thread Sébastien Lorquet
Hello, any success with my instructions, or is everyone (including me) too busy eating chocolate? :-) BTW, Merry Christmas and Happy new year to all. There are few chances that I'll post here on Dec 24. Sebastien On Fri, Dec 17, 2010 at 8:09 PM, Sébastien Lorquet wrote: > Hi > > I noticed that

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-17 Thread Sébastien Lorquet
Hi I noticed that our next exchanges did not make it to the list because of the bad handling of lists reply-to by gmail (Harald Welte explained to me that it's a desirable feature, but I always forget to reply-to-all :-) ) Let's fix it. ===

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Stefan Partheymüller
So, could you please upload the cross build somhow. You compiled it under Linux, but it was a cross build, so I can also use it under Windows? > I got the gcc 4.1 version of the whole arm-mingw32ce-gcc > toolchain cross > compiled from linux, you just need to add the proper HOST in the

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Stefan Partheymüller
10 07:04:47 +0100 (CET) > Von: Vincent Torri > An: "Stefan Partheymüller" > CC: cegcc-devel@lists.sourceforge.net > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > > > On Tue, 14 Dec 2010, "Stefan Parthe

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Sébastien Lorquet
I got the gcc 4.1 version of the whole arm-mingw32ce-gcc toolchain cross compiled from linux, you just need to add the proper HOST in the build scripts, and have a mingw version of gmp/mpfr. This one also cross builds fine from linux. The resulting toolchain worked fine. however gcc 4.4 fails and

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-15 Thread Vincent Torri
On Tue, 14 Dec 2010, "Stefan Partheymüller" wrote: Hello, is it possible to use CeGCC under Windows without having Cygwin installed but MinGW? Because I don't really want to use Cygwin, it's too complicated, in my opinion. I know that CeGCC is also available for some other platforms, but the

[Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-14 Thread Stefan Partheymüller
Hello, is it possible to use CeGCC under Windows without having Cygwin installed but MinGW? Because I don't really want to use Cygwin, it's too complicated, in my opinion. I know that CeGCC is also available for some other platforms, but the only two which I know that works under Windows is t