X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <4058E857.D445C2A1@alltel.net> From: Curtis Mackie X-Mailer: Mozilla 4.5 [en]C-Alltel IS (Win98; I) X-Accept-Language: en-US, en-GB, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: fixed the problem, and... References: <4056140C DOT D0BBBD0C AT alltel DOT net> <40576387 DOT F69AE791 AT alltel DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Wed, 17 Mar 2004 22:06:41 EST Date: Wed, 17 Mar 2004 18:07:51 -0600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com For the record, the problem was that I wasn't ending my filenames with .cpp Andrew Cottrell wrote: > >I'm running Windows 98 version 4.10.1998, and DOS 5.0 (last time I checked) > > > >Curtis Mackie wrote: > > > >> Whenever I try to compile code that has a class in it, it says that it > >> doesn't know how to create linkdemo.o from c:\djgpp\linkdemo. (I'm using > >> > >> the example of linkdemo.cpp) > > Try compiling it via the command prompt to see if you have installed > GCC properly first. > > If this works then read the Rhide readme file for LFN / SFN issues and > follow the instructions. Be aware that DOS 5.0 is NOT Windows 98!!!! > Amd that DOS is not LFN aware, but Windows 98 is. > > Andrew