On 2/14/12 13:17 PM, Ruben Van Boxem wrote: > Just FYI, my buildall.sh first builds the linux to Windows > cross-compilers, which are then used to build the native compilers.
I saw that your scripts have sysroot == prefix. As far as I know, that it not a good thing when creating cross-compiler (but a good thing when you create a native compiler), so I presumed your scripts wasn't doing that. I took some ideas from you (hope you don't mind!) and created this: http://code.google.com/p/mingw-w64-builder/source/checkout. It's not far as advanced as your build with ppl and all that(yet), but I also try to create a script which I can run on Linux, Mac OS X and FreeBSD. Maybe you'll find something you like? :-) (and if you do, just do whatever you want with it) - That's for all of you! Just a small note, this is *very* WIP - so if you are unlucky it is not working when you check out. The whole idea of mine is to have a set of scripts(with source) that is as self-contained as possible. It won't require becoming root. -- chs, who at the moment have trouble getting llvm/clang to work. It compiles, but clang.exe crashes. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
