Message-ID: <38729E19.E083D9CD@home.com> From: JoHn DoH X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.35 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: No exe problem Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Lines: 8 Date: Wed, 05 Jan 2000 01:28:06 GMT NNTP-Posting-Host: 24.228.12.47 X-Complaints-To: abuse AT home DOT net X-Trace: news.rdc1.ct.home.com 947035686 24.228.12.47 (Tue, 04 Jan 2000 17:28:06 PST) NNTP-Posting-Date: Tue, 04 Jan 2000 17:28:06 PST Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have been doing programing under linux for some time but one of my friends wanted one of my math programs for windows. I grabbed all the neccessary files from djgpp set it up on an old windoze box and tried to compile some simple c++ code with 'gcc -o file.exe file.cpp'. It runs and gives the expected warnings but there is no file.exe to be found anywhere. Anyone ever expirience this problem ?? -John