Date: Sun, 23 Jun 1996 10:12:58 +0200 (IST) From: Eli Zaretskii To: Michel Baudraz Cc: djgpp AT delorie DOT com Subject: Re: Problems GNU C++ In-Reply-To: <199606211235.OAA01431@tardis-c16.ethz.ch> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 21 Jun 1996, Michel Baudraz wrote: > 1. In the README File I've found an address for a host which has some more files > for the compiler. > host's name: omnigate.clarkson.edu > login: ftp > password: my e-mail address > > Problem: I couldn`t enter the FTP site, because of incorrect login. > What`s wrong? (Login doesn`t work) That CD-ROM has a very old version of DJGPP, and thus the net pointers are stale. You will be much better off if you just toss that DJGPP on CD-ROM and get the latest version from this address: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/ A mirror closer to you is available at this address: ftp://nic.switch.ch/mirror/simtelnet/gnu/djgpp/ Begin by downloading the file v2/readme.1st under the above directory; it will explain what files do you need to download (it depends on what do you intend to do with DJGPP) and how to get started using DJGPP. > 2. The Header-Files iostream.h and others can not be compiled correctly. > It seems that there are some differences between GNU C++ Compiler and > Borland C ++ Compiler -> Is there a possibility to convert a Header-File, > porgrammed for the Borland C ++ to GNU C ++ That depends on the version of BC++ that you used. C++ is still a moving target, and if those sources were written for an old compiler version, chances are they are incompatible with the latest versions of the draft C++ standard. You should use iostream.h from the latest versions of the DJGPP C++ libraries.