2012/2/14 Christer Solskogen <[email protected]>

> Ruben Van Boxem <vanboxem.ruben@...> writes:
>
> > My build scripts are maintained on github:
> >
> > https://github.com/rubenvb/MinGW-w64-build-scripts
> >
> >
> > Just start with a build*.sh and see where it takes you :)
> >
>
>
> Sweet, thanks! I'm probably trying to reinvent the wheel a
> bit, but I have a other approach than you since I'm also building
> the cross compiler as well as compiler to compile the
> cross-compiler :-)
>

Just FYI, my buildall.sh first builds the linux to Windows cross-compilers,
which are then used to build the native compilers. As an extra, I use the
Fedora Mac and Cygwin cross-compilers to build cross toolchains from those
platforms too.

Your steps would be similar to
./buildlinux64mingw32.sh
set PATH=$PWD/linux64mingw32/mingw32/bin:$PATH
./buildmingw32mingw32.sh

for my scripts, if I understand you correctly.

Ruben

>
> --
> chs
>
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to