Date: Wed, 28 Jul 1993 21:26:04 -0400 From: "Ian (I.M.) Perryman" To: alvin%top DOT cis DOT syr DOT edu AT bnr DOT ca, djgpp%sun DOT soe DOT clarkson DOT edu AT bnr DOT ca, shipmanm%cs DOT arizona DOT edu AT bnr DOT ca Subject: Difficulty in getting gcc to work Here is a trace of a session I tried after following the instructions in the "readme" file. I think my results are similar to those of shipmanm AT cs DOT arizona DOT edu any help would be appreciated. Note that the solution posted has been tried with no luck. set PROMPT=$p$g PATH=C:\MSIMEVAL;C:\WINWORD;C:\EXCEL;C:\DOS;C:\WINDOWS;C:\ZIP\PKZIP;C:\MODEM\TEL IX;C:\DJGPP\BIN TEMP=C:\DOS MOUSE=C:\MOUSE COMSPEC=C:\DOS\COMMAND.COM VIPERPATH=C:\VIPER TELIX=C:\MODEM\TELIX COMPILER_PATH=C:/djgpp/bin C_INCLUDE_PATH=c:/djgpp/include CPLUS_INCLUDE_PATH=c:/djgpp/include OBJC_INCLUDE_PATH=c:/djgpp/include OBJCPLUS_INCLUDE_PATH=c:/djgpp/include LIBRARY_PATH=c:/djgpp/lib TMPDIR=c:/tmp GO32TMP=c:/tmp GO32=ansi driver c:/djgpp/drivers/vga.grd gw 1024 gh 768 BISON_SIMPLE=c:/djgpp/lib/bison.simple BISON_HAIRY=c:/djgpp/lib/bison.hairy FLEX_SKELETON=c:/djgpp/lib/flex.skeleton PSPICELIB=C:\MSIMEVAL\lib windir=C:\WINDOWS C:\CFUN>dir Volume in drive C is MS-DOS_6 Volume Serial Number is 2B4F-14EC Directory of C:\CFUN . 07-27-93 10:20p .. 07-27-93 10:20p HELLO C 66 07-27-93 10:50p 3 file(s) 66 bytes 228507648 bytes free C:\CFUN>type hello.c #include main() { printf("hello, world\n"); } C:\CFUN>gcc hello.c Bad command or file name C:\CFUN>gcc -c hello.c -o hello C:\CFUN>dir Volume in drive C is MS-DOS_6 Volume Serial Number is 2B4F-14EC Directory of C:\CFUN . 07-27-93 10:20p .. 07-27-93 10:20p HELLO C 66 07-27-93 10:50p HELLO 215 07-28-93 9:09p 4 file(s) 281 bytes 228499456 bytes free C:\CFUN>go32 hello c:/djgpp/bin/go32.exe version 1.10 Copyright (C) 1991 DJ Delorie Unknown file type 0x107 (0407) C:\CFUN>