Hello, Oleg!
Friday, February 14, 2003, 8:23:43 AM, you wrote:

OS> Locate file gcc-3.2/gcc/fixinc/procopen.c,
OS> then locate line #176 in this file, and change:
OS>        execvp (pz_cmd, (char**)pp_args);
OS> To
OS>       execvp ("sh.exe" /*pz_cmd*/, (char**)pp_args);
OS> This helped me to build mspgcc under MSYS and MinGW.
  mspgcc doesn't need FIXINC and FIXPROTO at all :)

  I'll publish my build system in 2 or 3 days: I need fix some issues
  and write some instruction.


               Lev Serebryakov
/-----------------------------------------------\
| FIDONet: 2:5030/661.0                         |
| E-Mail:  l...@serebryakov.spb.ru               |
| Page:    http://lev.serebryakov.spb.ru/       |
| ICQ UIN: 3670018                              |
| Phone:   You know, if you have world nodelist |
\===============================================/


Reply via email to