On Mon, Nov 17, 2008 at 11:01 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to bootstrap with -ftree-parallelize-loops=4 enabled (passed as > BOOTCFLAGS). > I'm failing at the begining of stage2 because the compiler can't find > libgomp.spec > Can anyone help..?
You are encountering a phase ordering problem. libgomp.spec is in the libgomp target library build directory, but that is not configured and created until the target libraries are built, after the compiler is built. I am not sure if using the previously installed library and spec file with the new compiler is reliable. David
