Xref: news-dnh.mv.net comp.os.msdos.djgpp:295 Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!vixen.cso.uiuc.edu!superdec.uni.uiuc.edu!mbandy From: mbandy AT superdec DOT uni DOT uiuc DOT edu (Harf) Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with djgpp Date: 11 Jun 1995 03:17:10 GMT Organization: University of Illinois at Urbana Lines: 15 Distribution: usa References: <3rdijd$1jd AT convex1 DOT convex DOT com> Nntp-Posting-Host: superdec.uni.uiuc.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp rosenkra AT convex DOT com (William Rosenkranz) writes: >is there something obvious i am missing here? should i have done: > gcc -o x x.c > auto2exe x This is in fact in the FAQ. You can do three things: go32 x reaname go32.exe to x.exe or, copy /b go32.exe+x x.exe and then just run x. This is I sassume what aout2exe does.