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