Xref: news-dnh.mv.net comp.os.msdos.djgpp:2995 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.texas.net!news.kei.com!newsfeed.internetmci.com!usenet.eel.ufl.edu!usenet.cis.ufl.edu!caen!newberry From: newberry AT srvr1 DOT engin DOT umich DOT edu (byron lee newberry) Newsgroups: comp.os.msdos.djgpp Subject: Ez-GCC Trobles Solved, MY MISTAKE! Date: 2 Nov 1995 14:58:15 GMT Organization: University of Michigan Engineering, Ann Arbor Lines: 26 Nntp-Posting-Host: newberry AT hartog DOT engin DOT umich DOT edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hello, Well, I hate to have to admit it, but the reason Ez-GCC didn't work is because the user (ME) is an idiot that didn't read the manuals. I always tell my students to read the documentation before asking questions and now I fall prey to the same trap. I usually use the Unix version of gcc and for it all that is required to run my code is gcc -o myfile myfile.c myfile So I assumed the same for DOS. However, as was pointed out by many kind users, for DOS gcc -o myfile myfile.c coff2exe myfile myfile is required. Everything works fine now. I'll try to finish reading the docs before I jump to asking other questions. Thanks for all the help. Byron Newberry