> 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
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
--
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
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
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