Date: Sun, 19 Jul 1998 14:15:31 +0300 (IDT) From: Eli Zaretskii To: gary cc: djgpp AT delorie DOT com Subject: Re: djgpp:281 g++ In-Reply-To: <09980618190337.OUI97.glloyd@st.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 18 Jul 1998, gary wrote: > have dnloaded the new version of dj 281 when unzipping gpp281b.zip i > encountered a error cannot create g++exe If you are doing this on any platform but Windows 9X, just ignore this error. g++.exe is only for Windows 9X users. On other platforms, use gpp.exe or gxx.exe instead. If you *are* working on Windows 9X, then this error means that you unzipped the files with a program which doesn't support long file names. You should re-unzip using a program which does, or else you will have various problems with libraries and header files which GCC won't find (because on Windows 9X it looks for them using long names).