home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / sysadmin / 4469 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!gumby!destroyer!terminator!news
  3. From: jmm@king.econ.lsa.umich.edu (Jeffrey K. MacKie-Mason)
  4. Subject: Compiling C-Kermit for NeXT
  5. Message-ID: <1992Jul31.150028.3617@terminator.cc.umich.edu>
  6. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  7. Reply-To: jmm@king.econ.lsa.umich.edu
  8. Organization: University of Michigan
  9. Date: Fri, 31 Jul 1992 15:00:28 GMT
  10. Lines: 33
  11.  
  12.  
  13. I grabbed the source of the current C-Kermit from watsun.cc.columbia.edu,
  14. and tried compiling with "make next".  I got the following result:
  15.  
  16. king/cku182> make next
  17. Making C-Kermit 5A(182) BETA-4 for NeXT...
  18. make wermit  "CFLAGS= -DNEXT -DNOSETBUF -DTCPSOCKET -DDYNAMIC -DLCKDIR   -O -w"  
  19. "LIBS = -lsys_s"
  20. cc -DNEXT -DNOSETBUF -DTCPSOCKET -DDYNAMIC -DLCKDIR   -O -w -c ckcmai.c
  21. /usr/include/sys/time.h:106: time.h: No such file or directory
  22. /usr/include/libc.h:8: time.h: No such file or directory
  23. *** Exit 1
  24. Stop.
  25. *** Exit 1
  26. Stop.
  27. king/cku182> 
  28.  
  29.  
  30. I'm a novice to C, and simply don't understand the library problems I had.
  31. It seems that time.h is calling itself at line 106, which is peculiar enough,
  32. but then it can't find itself!  
  33.  
  34. At the suggestion of a colleague, I modified the CFLAGS to include
  35. "-l/lib/libsys_s.a", but got the same result.
  36.  
  37. Can someone tell me what's going on?  Many thanks!  Once i get it compiled,
  38. I'll gladly make the current C-Kermit for NeXT to whomever would like it.
  39.  
  40. --
  41. Prof. Jeff MacKie-Mason        internet: jmm@econ.lsa.umich.edu
  42. Dept. of Economics                bitnet:   usergc76@umichum
  43. Univ. of Michigan                 phone:        313-764-7438      
  44. Ann Arbor, MI 48109-1220          fax:          313-763-9181      
  45.