www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/05/23/05:29:21

Date: Sun, 23 May 1999 12:25:19 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Wojciech Sarzynski <sarzyn AT prioris DOT im DOT pw DOT edu DOT pl>
cc: djgpp AT delorie DOT com
Subject: Re: C++ in RHIDE
In-Reply-To: <Pine.LNX.4.10.9905230000190.20559-100000@prioris.im.pw.edu.pl>
Message-ID: <Pine.SUN.3.91.990523122500.26578H-100000@is>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Sun, 23 May 1999, Wojciech Sarzynski wrote:

> when i copied djgpp files on winNT system
> (ie.i copied already installed package,and was FORCED to do 
> this with NT),strange thing happened:
> all .h files in ./lang/cxx  ./lib ./info ... were renamed ,now i got:
> stl_de~1.h  stlhas~1.h builti~1.h pthrea~1.h
> stl_fu~1.h  stlhas~2.h stl_ha~1.h stlhas~3.h ... 
> in ./lib only libstdcx.a was written as libstd~1.a,but in ./lang/cxx
> nearly all names were changed. 

That's because you used a Windows program to copy them.  You need to
copy the files with a DOS program.  For example, download the DJGPP
port of GNU Fileutils (v2gnu/fil316b.zip) and use cp.exe from there.

Alternatively, download the archive with the headers
(v2gnu/gpp281b.zip, in this case) and unzip it again with a DOS unzip
program.

> it's not possible right now for me to download djgpp package,i really must
> use this one.

Did you delete the original zip files?

> would it be enough if i delete "~1" from file names(so i could
> write a simple program)???

No, you must rename every file name to the properly-truncated 8.3
name.  For example, rename stream~1.h into streambu.h.  To do this
correctly, you will have to know the original long names of these
files.  Sometimes the long name is written in the first lines of the
file, so you could use that if everything else fails.

In any case, your installation is now badly broken, and to repair it
manually is a royal pain in the lower back, also very error-prone.  If
you indeed cannot download the package again, expect a lot of problems
in the near future.  Sorry.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019