Re: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread C. Bergström
Wojciech Meyer wrote: C. Bergström wrote: We have ported stdcxx over to cmake and will likely be cross compiling. (mingw and other targets) When the work is more complete I'll ping you for early testing. Thanks. That's a good news. Please do a pull request on

RE: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread Wojciech Meyer
> C. Bergström wrote: > > We have ported stdcxx over to cmake and will likely be cross compiling. > > (mingw and other targets) When the work is more complete I'll ping you > > for early testing. > Thanks. > That's a good news. Please do a pull request on ML once it's working. BTW: We will h

RE: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread Wojciech Meyer
C. Bergström wrote: > We have ported stdcxx over to cmake and will likely be cross compiling. > (mingw and other targets) When the work is more complete I'll ping you > for early testing. Thanks. That's a good news. Please do a pull request on ML once it's working. Wojciech

Re: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread C. Bergström
Wojciech Meyer wrote: Hi, We are trying to cross compile stdcxx library. The problem we are facing is that there is no way of telling stdcxx build system, that we don't want to run configuration files created by configuration step by build system directly on a host system (through a shel

[PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the librar

2010-09-20 Thread Wojciech Meyer
Hi, We are trying to cross compile stdcxx library. The problem we are facing is that there is no way of telling stdcxx build system, that we don't want to run configuration files created by configuration step by build system directly on a host system (through a shell). For instance, this