Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-25 Thread Pedro Alves
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

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
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

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Sébastien Lorquet
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

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Pedro Alves
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

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Pedro Alves
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/

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent Torri
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

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
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

[Cegcc-devel] build-cegcc.sh replumbing

2008-09-23 Thread Pedro Alves
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