home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2114 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.7 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!as7l+
  2. From: as7l+@andrew.cmu.edu (Andrew B Stellman)
  3. Newsgroups: gnu.gcc.help
  4. Subject: GCC2.2.2 for msdos won't run at all
  5. Message-ID: <AegWR4m00WBM02HVBo@andrew.cmu.edu>
  6. Date: 12 Sep 92 09:22:12 GMT
  7. Article-I.D.: andrew.AegWR4m00WBM02HVBo
  8. Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  9. Lines: 33
  10.  
  11. I posted a similar message earlier, and was told to get a newer version.
  12. I was using GCC 2.1.
  13.  
  14. I just installed GCC 2.2.2 for MSDOS. I've got the environment variables
  15. set up, and the files in the correct directories. GCC should run.
  16. However, when I try to compile a simple, one-line program, I get this:
  17.  
  18. C:\TEST> gcc program.c
  19. Error: Couldn't find --> @C:/TMP/CC000053.GP
  20.  
  21. The other suggestion I was given was to use the -v flag. Here's what happened:
  22.  
  23. C:\TEST> gcc -v program.c
  24. Reading specs from d:/lib/gcc/lib/specs
  25. gcc version 2.2.2
  26.  d:/lib/gcc/bin/cpp.exe -lang-c -v -undef -D__GNUC__=2 -Dunix -Di386
  27. -D__unix__ -D__i386__ -D__unix -D__i386 -D__GO32__ -D__MSDOS__ -DGO32
  28. -DMSDOS -noprecomp program.c c:/tmp/cc000053.i
  29. GNU CPP version 2.2.2 (80386, BSD syntax)
  30.  d:/lib/gcc/bin/cc1.exe c:/tmp/cc000053.i -quiet -dumpbase program.c
  31. -version -o c:/tmp/cc000053.s
  32. GNU C version 2.2.2 (80386, BSD syntax) compiled by GNU C version 2.2.2.
  33. as -o program.o c:/tmp/cc000053.s 
  34. Error: Couldn't find --> @C:/TMP/CC000053.GP
  35. d:/lib/gcc/bin/gcc.exe: program.o: file not found
  36.  
  37.  
  38. Can someone help me out? It won't compile anything. When I look in my
  39. temp directory c:/tmp, I can see the relevant files were deleted, but
  40. I'm not sure what I can do to solve this problem. 
  41.  
  42. Thanks in advance,
  43. Andy <as7l@andrew.cmu.edu>
  44.