From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Runtime error with simple program. Please help!I'm learning C now and use DJGPP as the compiler for Date: Fri, 29 May 1998 23:44:40 +0000 Organization: Southwest Missouri State Universtiy Lines: 15 Message-ID: <356F4867.F864A803@nic.smsu.edu> References: <356e0a7c DOT 886413 AT news DOT vol DOT net> <356F1364 DOT 1DE4B822 AT nic DOT smsu DOT edu> <356F733F DOT 5585 AT cs DOT com> NNTP-Posting-Host: jim.a08.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John M. Aldrich wrote: > Tony O'Bryan wrote: > > > > It compiled and ran without errors. I suspect that you retyped the code > > rather than posting the actual file because of your "prinft" typo. This > > would not have linked since there is no function named prinft in the > > standard libraries. > > It might have linked if he were using RSXNTDJ's ld.exe, which ignores > undefined symbols. If so, that would absolutely explain the program crash. :)