On Wednesday 24 September 2008 15:27:02, Vincent R. wrote:
> The test above was failing that's why I had to add this. I googled and I
> find that usually
> /lib/cpp is a symbolic link to /bin/cpp, that's why I did this.
>
I just built mingw32ce on Cygwin (6h, geesh is this slow), and didn't
see a
On Wed, 24 Sep 2008 13:43:07 +0100, Pedro Alves <[EMAIL PROTECTED]>
wrote:
> On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
>> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so
> we
>> have to create it :
>>
>> # On Cygwin it seems that symbolic link /lib/cpp is n
A mingw build is very interesting for me too.
I hope we'll overcome these problems.
sebastien
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Mobl
On Wednesday 24 September 2008 09:01:02, Vincent Torri wrote:
> I wanted to compile cegcc and mingw32 with mingw / msys and i find some
> problems (mainly you use absolute paths, which make msys unhappy. It is
> happier with relative paths)
>
> if you want, i can try to provide a patch
Please, go
On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
> have to create it :
>
> # On Cygwin it seems that symbolic link /lib/cpp is not always available
> # We try to create it.
> if [[ $(uname) = CYGWIN* && ! -e /lib/
Hey,
> I've reorganized a bit build-mingw32ce.sh, and in the process, done
> something that I'd been meaning to do for a long time.
>
> I've converted the build-cegcc.sh build script to be similar
> to build-mingw32ce.sh. Besides consistency, I wanted to do this
> so cegcc also uses w32api --- i
Hi,
Thanks for this because I also wanted to unify script logic but wanting is
not doing ;-)
Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
have to create it :
# On Cygwin it seems that symbolic link /lib/cpp is not always available
# We try to create it.
if [[ $(uname
Hi folks,
I've reorganized a bit build-mingw32ce.sh, and in the process, done
something that I'd been meaning to do for a long time.
I've converted the build-cegcc.sh build script to be similar
to build-mingw32ce.sh. Besides consistency, I wanted to do this
so cegcc also uses w32api --- it was s