home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11651 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!gatech!destroyer!caen!m2xenix!clark!pacifier!keithf
  3. From: keithf@pacifier.rain.com (Keith Furrow)
  4. Subject: Novice Question on a bad compilier (cc, SysV386)
  5. Message-ID: <1992Jul27.200207.6887@pacifier.rain.com>
  6. Organization: Pacifier BBS
  7. Distribution: na
  8. Date: Mon, 27 Jul 1992 20:02:07 GMT
  9. Lines: 41
  10.  
  11.  
  12. My sincerest aplogies if I posted in the wrong group or didn't look at the
  13. FAQ long enough.  
  14.  
  15. I am running a SysV386 machine using cc. cc has consistently not compiled 
  16. almost all (one or two) of the .c programs a have grabbed from various 
  17. archives, I am beginning to rip my hair out as this is VERY frustrating!!!
  18.  
  19. Some of the programs I have tried to compile are:
  20.  
  21. crypt
  22. ufc-crypt 
  23. and assorted other progams which have been assured to me by their authours
  24. that they works on THEIR machine and on other SysV386es... Grrrrr...
  25.  
  26. I have access to gcc, but we have a _SLOW_ ftp connection to the site where
  27. it is stored, and I will only get it if it will help... Will it?
  28.  
  29. Af few error messages:
  30.  
  31. "test.c", line 22: warning: identifier redeclared: open
  32. "test.c", line 41: undefined symbol: user
  33. "test.c", line 42: warning: left operand of "." must be struct/union object
  34. "test.c", line 42: cannot access member of non-struct/union object
  35. "test.c", line 43: warning: left operand of "." must be struct/union object
  36. "test.c", line 43: cannot access member of non-struct/union object
  37. "test.c", line 45: warning: left operand of "." must be struct/union object
  38. "test.c", line 45: cannot access member of non-struct/union object
  39. "test.c", line 46: warning: left operand of "." must be struct/union object
  40. "test.c", line 46: cannot access member of non-struct/union object
  41. "test.c", line 48: undefined symbol: W_OK
  42.  
  43.  
  44. Oh well...
  45.  
  46. Please mail any solutions as I don't read this newsgroup much.
  47.  
  48. Thanks in advance,
  49. Keith
  50. -- 
  51. keithf@pacifier.rain.com
  52.