From: Prashant TR MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14549.59620.66707.252662@envy.midpec.com> Date: Mon, 20 Mar 2000 14:01:24 +0500 (MVT) To: djgpp AT delorie DOT com Subject: Re: Problem with degui and allegro!? In-Reply-To: <8b3k0t$dor$1@cubacola.tninet.se> References: <8b3k0t$dor$1 AT cubacola DOT tninet DOT se> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 19 March 2000, Ervin Nesimovic wrote: > I have installed a c++ (djgpp) compilator and when I want to run some *.cc > files I get an error message. Compiling goes very well, but not making *.exe > files. I have copied files to lib and bin kataloges. I linked them in > libraries, but it still won't work. Please tell us the exact commandline you used to compile your program. You need to compile it this way. gpp test.cc -o test.exe You should get an exe file in this case. Otherwise, there could be a problem with the installation. And what files are those which you copied to the bin and lib directories. There shouldn't be a need to do this. All you need to do is unzip the packages with the pathnames.