This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap for native mingw broken?


On Wed, Jan 21, 2009 at 7:17 PM, Ross Ridge <rridge@csclub.uwaterloo.ca> wrote:
> Kai Tietz writes:
>>Hmm, interesting. Because for native builds for mingw (and mingw-w64)
>>using --with-sysroot and --prefix, I get the failure "CreateProcess".
>>Could it be that it is related to the Vista64 OS (and XP64) I am using, or
>>is more reasoned by the pex_win32.c implementation?
>>Because the variant via execpe worked pretty well.
>
> I just bootstrapped a native mingw build on 32-bit Windows XP
> successfully.  I use --prefix, but not --with-sysroot.  I could never
> get --with-sysroot to do anything useful with a native build, so you
> might try not using it.

By "native", we mean a build that *runs* natively.  It's still being
built in a cross compiler, which requires a sysroot.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]