From: "Lark" Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Needs Help! Date: Mon, 15 Mar 1999 05:56:53 -0800 Organization: MindSpring Enterprises Lines: 15 Message-ID: <7cip33$258$1@samsara0.mindspring.com> References: NNTP-Posting-Host: d1.8a.2c.c1 X-Server-Date: 15 Mar 1999 10:57:39 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >#include "string6.h" <--snip--> >The error is as follows: >basic00.cc(1) Error: string6.h: No such file or directory (ENOENT) > >Can somebody tell me what is going on. The most likely problem is that string6.h does not exist in the appropriate place. Make sure that it is in the same directory as your program, or in one of the standard include directories. That should clear this up.