At 08.37 31/01/2002 (GMT +0000), Mack Lobell wrote: >i only want the c and c++ parts. My build was configured with the >following flags: >../../gcc-3.0.3/configure --with-included-gettext --enable-languages=c,c++ >--enable-shared --enable-threads --target=powerpc-eabi >--host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib
From your configure options, it looks like you are building a cross compiler. If his is the case, you should first build a local 3.0.3 compiler (./configure ..., make bootstrap, make install), then use the 3.0.3 system compiler to build the 3.0.3 cross compiler. P.S. I don't know if you also need updated binutils. In any case, you need to compile them as a cross tool. fwyzard -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/