[Cegcc-devel] Off-topic: VLC for Wince? (was compilation failure with MSYS)

2009-11-19 Thread Pablo Rogina
> I didn't test intensively the compiler, but I have been able to build VLC > media player with it :) Geoffroy, is it available anywhere? I would like to give it a try! Thanks, Pablo -- Let Crystal Reports handle the r

Re: [Cegcc-devel] cegcc (4.1/4.4) on windows without cygwin: sucess

2009-11-19 Thread Sébastien Lorquet
Hi, Well I was too optimistic. The 4.4 build failed at the same place as explained before in the other thread. There's a problem with some missing _ before some symbol names. Native build is ok, but not the cross build. :( Regards Sebastien --

Re: [Cegcc-devel] cegcc (4.1/4.4) on windows without cygwin: sucess

2009-11-19 Thread Vincent Torri
On Thu, 19 Nov 2009, Sébastien Lorquet wrote: Hi, After hours of struggling in the undergrounds of configure and his friends, I now have a long awaited compiler: cegcc on windows, cygwin free. I did not use msys to build it, because I was unable to sort out the libiberty problem. there is a

[Cegcc-devel] cegcc (4.1/4.4) on windows without cygwin: sucess

2009-11-19 Thread Sébastien Lorquet
Hi, After hours of struggling in the undergrounds of configure and his friends, I now have a long awaited compiler: cegcc on windows, cygwin free. I did not use msys to build it, because I was unable to sort out the libiberty problem. I did a (n in)famous canadian cross build. For those who want t

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-19 Thread Geoffroy Couprie
Hello, I just saw this thread and I have some thoughts to share: it is really easy to cross compile cegcc for msys from a linux machine: you have to add something like --host=i586-mingw32msvc to the configure line, and you must have cegcc somewhere to build some libs. Here is my build of CeGCC: h