From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp Date: Sun, 30 Mar 1997 08:02:19 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 26 Message-ID: <333E8E8B.22B1@cs.com> References: <333EEC97 DOT 3930 AT kristianstad DOT mail DOT telia DOT com> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp216.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Nilsson wrote: > > hello > I have djgpp but I do not know how to compile my > cpp files. 1) Make sure you have the files 'v2gnu/gpp2721b.zip' and 'v2/lgp271b.zip'. 2) Can you compile C files? If not, then you must make sure to set up your environment properly according to the instructions in 'v2/readme.1st'. 3) To compile a C++ program, use the following command: gxx -Wall -o foo.exe foo.cpp You must use lowercase - gcc is case sensitive. -- John M. Aldrich, aka Fighteer I -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:- a-->? c++>$ U@>++$ p>+ L>++ E>++ W++ N++ o+>++ K? w(---) O- M-- V? PS+ PE Y+ PGP- t+(-) 5- X- R+(++) tv+() b+++ DI++ D++ G>++ e(*)>++++ h!() !r !y+() ------END GEEK CODE BLOCK------