delorie.com/archives/browse.cgi | search |
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" <eliz AT is DOT elta DOT co DOT il> |
Sender: | halo1 AT zahav DOT net DOT il |
To: | Dirk Groeneveld <dirk DOT groeneveld AT gmx DOT de> |
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: | <f5n61a.ihb.ln@colin.ursa.de> (message from Dirk Groeneveld on |
Sat, 05 Jan 2002 13:15:13 +0100) | |
Subject: | Re: c++ with djgpp without long filenames |
References: | <f5n61a DOT ihb DOT ln AT colin DOT ursa DOT de> |
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 |
> From: Dirk Groeneveld <dirk DOT groeneveld AT gmx DOT de> > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |