X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 05 Jan 2002 14:53:04 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Dirk Groeneveld Message-Id: <2945-Sat05Jan2002145303+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (message from Dirk Groeneveld on Sat, 05 Jan 2002 13:15:13 +0100) Subject: Re: c++ with djgpp without long filenames References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Dirk Groeneveld > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 05 Jan 2002 13:15:13 +0100 > > I recently installed djgpp on a native-FreeDOS machine (no emulator or > anything). Everything went fine. > Everything but the C++ header files. Since most of the filenames are longer > than 8.3, they got truncated and the compiler can't find them any more. The truncation is not the reason; I'm using the C++ compiler on a plain DOS system where all file names are truncated, and don't have any trouble. Things are set up to make it work; in particular, when a compiler tries to open a file like "streambuf", the OS silently truncates that name to "streambu", and the file with the truncated name is found. So please don't assume the truncation is the reason. Instead, please post here the exact command you used to compile you program and the exact text of any error messages you saw, and someone will help you resolve the problem.