[comp.sources.bugs] uemacs3.9e MS-DOS/MSC 4.0 problems

mcdonald@uxe.cso.uiuc.edu.UUCP (12/04/87)

>I'm trying to compile uemacs3.9e under MSC4.0. Everything compiles 
>fine, but when I try to link it all up, I get:

>unresolved externals in spawn.obj

>_execprog
>_shellprog

>I looked in the code, and everything seems okay to me. Has anybody
>seen/corrected this problem ???


The bug is a missing entry in one of the #ifdef 's. The entry for MSC is
missing. I put it where the one for TURBO was, and it works. Just look
for the entries for execprog and shellprog, and if there are places
where TURBO is used, but MSC is never mentioned, just put it in.

Doug McDonald