Message-ID: <3862A02F.15B11763@ameritech.net> From: GSHPsRULE X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: STUBIFY Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Thu, 23 Dec 1999 16:20:32 -0600 NNTP-Posting-Host: 199.179.174.2 X-Trace: nntp0.chicago.il.ameritech.net 945987350 199.179.174.2 (Thu, 23 Dec 1999 16:15:50 CDT) NNTP-Posting-Date: Thu, 23 Dec 1999 16:15:50 CDT Organization: Ameritech.Net www.ameritech.net Complaints: abuse AT ameritech DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am just starting with DJGPP and trying to build my first program with it. I get the following message: Error: gcc.exe: installation problem, cannot exec 'stubify': No such file or directory (ENOENT) Well, it's right cuz there's no stubify.exe There is a Stubify.c. I suppose I need to build this, but what do I need to link it to and where do I need to put the .exe? And do I need to build any other of the source listings to get DJGPP running? Thanks!