From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: No exe problem Date: 04 Jan 2000 23:46:27 -0800 Organization: InterWorld Communications Lines: 17 Message-ID: <839025t0z0.fsf@mercury.st.hmc.edu> References: <38729E19 DOT E083D9CD AT home DOT com> NNTP-Posting-Host: mercury.st.hmc.edu X-Trace: nntp1.interworld.net 947058382 29497 134.173.45.219 (5 Jan 2000 07:46:22 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 5 Jan 2000 07:46:22 GMT X-Newsreader: Gnus v5.7/Emacs 20.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com JoHn DoH writes: > 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 ?? Could you post these "expected warnings"? It might be that they are actually errors, which would cause the compilation to halt before creating the exe. The -v flag to gcc might be helpful as well. -- Nate Eldredge neldredge AT hmc DOT edu