From: "h3mp" Newsgroups: comp.os.msdos.djgpp Subject: Djgpp newbie needs help compiling programs Date: Wed, 15 Jan 2003 15:04:27 +0200 Organization: The South African Internet Exchange Lines: 16 Message-ID: NNTP-Posting-Host: npt53-01-p181.nt.saix.net X-Trace: ctb-nnrp2.saix.net 1042635581 5554 155.239.204.181 (15 Jan 2003 12:59:41 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 15 Jan 2003 12:59:41 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am new to djgpp and really want to use it but I cant get c or c++ programs to compile. When i try to make a c program by typing "gcc test.c -o test.exe" i get this error "Error gcc.exe: instalation problem, cannot exec 'stubify': No such file of directory (ENOENT)" And when i try to compile c++ programs I get this error "Error: streambuf.h : No such file or directory." Any solutions to this problem would be greatly appreciated. Thank you