X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Authentication-Warning: server2.shellworld.net: jdashiel owned process doing -bs Date: Wed, 9 Mar 2005 00:04:45 -0500 (EST) From: Jude DaShiell To: DJ Delorie cc: djgpp AT delorie DOT com Subject: Re: Help In-Reply-To: <200408181502.i7IF2kp9022039@envy.delorie.com> Message-ID: References: <20040818143221 DOT 44432 DOT qmail AT web81007 DOT mail DOT yahoo DOT com> <200408181502 DOT i7IF2kp9022039 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks much, I made it to 51. I need to run astrolog and do a couple solar returns. One for 2004 and one for 2005. I'll be interested to see what house the sun is in in both of those years. If astrology is accurate, it will have been in the 6th house for 2004, and I hope in a different house in 2005! Finances can't take much more of this. On Wed, 18 Aug 2004, DJ Delorie wrote: > >> command...gcc hello.cc -o hello.exe, I get the > > gcc is for C files, g++ (or gxx) is for C++ files. >