On 05/05/2010 11:12 AM, Andrew Haley wrote: > On 05/05/2010 10:55 AM, Klaus Rudolph wrote: >> >>> Betreff: Re: cross compiling gcc 4.5.0 for powerpc-linux-gnu fails >> >>> On 05/05/2010 09:46 AM, Klaus Rudolph wrote: >>>> Hi all, >>>> >>>> next step for me is to compile gcc 4.5.0 for powerpc-linux-gnu. >>>> >>>> I did: >>>> ../configure --prefix=/opt/powerpc-unknown-linux-gnu2 >>> --enable-languages=c,c++ --target=powerpc-unknown-linux-gnu >>>> make >>>> >>>> >>>> After a while compiling stops with: >>> >>> There's not enough info. What was your configure line? >> >> See the configure line above ;) > > What is your host machine? (BTW, I ask this because if it is powerpc-unknown-linux-gnu then you don't need the --target= option, and if it isn't powerpc-unknown-linux-gnu then you're going to need a sysroot.) Andrew.