This is the mail archive of the gcc@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] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |