From: bxkim%camars DOT kaist DOT ac DOT kr AT daiduk DOT kaist DOT ac DOT kr (Kim Byung Ho) Subject: [2nd] porting another gcc on MSDOS with djgpp To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Wed, 23 Mar 94 16:36:16 KST Help me. I will port a new targeted gcc(version 1.37.1) on MSDOS with djgpp(version 1.11). I have change some codes (in gcc.c) that these are related to fork(), into system() call as done in djgpp. But, I have some trouble. When I run the new gcc, (It'll be expected that gcc calls cpp, cc1, as, and ld), our gcc failed after calling "as" and before calling "ld". How can I resove it..... I'll appreciate your advice. Thanks. Kim, Byungho. bxkim AT camars DOT kaist DOT ac DOT kr