From: "Dean Wakerley" Newsgroups: comp.os.msdos.djgpp Subject: Stubify - taking the piss Date: Wed, 21 Jun 2000 10:01:33 +0100 Organization: Customer of Planet Online Lines: 28 Message-ID: <8iq07g$5rp$1@news8.svr.pol.co.uk> NNTP-Posting-Host: modem-138.neon.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 961578032 6009 62.136.9.138 (21 Jun 2000 09:00:32 GMT) NNTP-Posting-Date: 21 Jun 2000 09:00:32 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I trying to configure tvision with djgpp but theres a problem. The configure stuff, issues the following command line gcc -o test.exe -O2 -gstabs+3 test.c test.c contains #include int main(void) { printf("OK\n"); return 0; } The dos box runs gcc etc. but gets to stubify and appears to be in an infinite loop. Its reading and writing constantly to the volume (Netware 5) and it has the following files open: DJGPP/BIN/TEST.EXE DJGPP/CONTRIB/TVISION/ERRORMSG.TXT DJGPP/TMP/DJ220000 I'm new to djgpp, please help! Dean