From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc on hello world hangs w/ djgpp v2.0 Date: Sat, 21 Sep 1996 23:09:53 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 18 Message-ID: References: <3244AD1F DOT 200C AT beachnet DOT com> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: David Spencer To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reposting article removed by rogue canceller. David Spencer wrote: > > I've just installed djgpp v2.0 on my system and with a trivial > 1 line "hello world" program, gcc hangs. > > TMP=C:\WINDOWS\TEMP > TEMP=C:\WINDOWS\TEMP > PROMPT=$p$g > winbootdir=C:\WINDOWS > COMSPEC=C:\WINDOWS\COMMAND.COM > PATH=D:\CAFE\BIN;D:\CAFE\JAVA\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\MSINPUT\MOUSE;D:\GNU\BIN;D:\UNIX;E:\DJGPP > DJGPP=E:\DJGPP\DJGPP.ENV ^^^^^^^^^^ Should be SET DJGPP=E:\DJGPP\DJGP.ENV. You forgot the "SET" Elliott