Question about egcs building w/native compiler

Jeffrey A Law law@cygnus.com
Sat Jan 10 21:31:00 GMT 1998


  In message < 0010486F.3227@ccmail.arinc.com >you write:
  >      I'm trying to build the egcs compiler with the native cc (xlc) 
  >      compiler on an IBM AIX 4.2 box.
  >      
  >      I did a plain ./configure, then built with make bootstrap.
  >      It gets pretty far (builds stage1, but can't build stage2), but 
  >      eventually (in stage2) still tries to compile the fortran src.
Well, it should be trying to build fortran in stage2 :-)  And that should
be OK since it should be using stage1/xgcc to build the stage2 compiler.

You might try building in a separate directory from the source using gnu
make (ala the install instructions).

jeff



More information about the Gcc mailing list