Xref: news2.mv.net comp.os.msdos.djgpp:4263 From: jdmssmkr AT einstein DOT rug DOT ac DOT be (Johan De Messemaeker) Newsgroups: comp.os.msdos.djgpp Subject: Can`t compile Date: 26 May 1996 14:25:40 GMT Organization: Zeus WPI at the University of Ghent Lines: 16 Message-ID: <4o9pl4$di0@infoserv.rug.ac.be> NNTP-Posting-Host: einstein.rug.ac.be To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Help, I`ve installed the DJGPP v2 on my HD, I added the PATH, TMPDIR and GO32TMP things in my autoexec, I looked into the djgpp.env file ... everything seems OK but, I can`t compile a damn thing ! A program like this : #include main() { printf("Hello"); } won't compile. I used 'gcc -v -o test.exe test.c', I get some text on my screen but he stops with the sign `GCC version 2.7.2 - Compiled with GCC version 2.7.2' (or something like that). What's the problem ?