home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gcc / help / 2028 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.4 KB  |  46 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!stanford.edu!ames!haven.umd.edu!darwin.sura.net!convex!kemp
  3. From: kemp@convex.com (Phil Kemp)
  4. Subject: Can't find file error with djgpp 1.08
  5. Message-ID: <kemp.715382541@convex.convex.com>
  6. Summary: latest djgpp is not working correctly
  7. Keywords: djgpp gcc 2.2.2 dos
  8. Sender: usenet@convex.com (news access account)
  9. Nntp-Posting-Host: convex1.convex.com
  10. Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  11. Date: Tue, 1 Sep 1992 21:22:21 GMT
  12. X-Disclaimer: This message was written by a user at CONVEX Computer
  13.               Corp. The opinions expressed are those of the user and
  14.               not necessarily those of CONVEX.
  15. Lines: 29
  16.  
  17. I downloaded the latest djgpp and the dv/x libs and tried to compile
  18. the sample program compress.
  19.  
  20. With a command line of
  21.  
  22. gcc -c compress.c
  23.  
  24. I get the following error.
  25.  
  26. d:/gnu/bin/gcc.exe version 1.07 Copyright (C) 1991 DJ Delorie
  27. Can't open file <-c>
  28.  
  29. with gcc compress.c as the command I get this.
  30.  
  31. d:/gnu/bin/gcc.exe version 1.07 Copyright (C) 1991 DJ Delorie
  32. Unknown file type 0x2a2f (025057)
  33.  
  34. Note the version number. I am using the same environment vars as the
  35. last djgpp version and cross checked them against the docs. They seem
  36. fine.
  37.  
  38. Does anyone know what I am doing wrong?
  39. Thanks
  40. PK
  41. --
  42. Phil Kemp, Systems Engineer         Voice:(403)-233-2815
  43. CONVEX Computer Canada Ltd.           Fax:(403)-261-2029
  44. Calgary, Alta.                  Internet:kemp@convex.com
  45.  
  46.