home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1581 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.4 KB  |  45 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ma2s2.mathematik.uni-karlsruhe.de!haible
  3. From: haible@ma2s2.mathematik.uni-karlsruhe.de (Bruno Haible)
  4. Subject: tar-1.11 on Sun4
  5. Message-ID: <9209121205.AA02603@ma2s2.mathematik.uni-karlsruhe.de>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sat, 12 Sep 1992 16:05:38 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 32
  12.  
  13. To build tar-1.11 on Sun Sparc (Sun OS 4.1.1), it is necessary to include
  14. <sys/time.h> in getdate.y . Otherwise:
  15.  
  16. gcc -O -traditional -g  -target sun4 -c -o getdate.o y.tab.c
  17. getdate.y: In function `get_date':
  18. getdate.y:858: storage size of `tv' isn't known    /* struct timeval */
  19. getdate.y:859: storage size of `tz' isn't known    /* struct timezone */
  20. *** Error code 1
  21.  
  22. Here are the relevant parts of config.status:
  23.  
  24. PROGS='tar rmt'
  25. CC='gcc -O -traditional'
  26. CPP='${CC-cc} -E'
  27. INSTALL='/bin/install -c'
  28. INSTALL_PROGRAM='$(INSTALL)'
  29. INSTALL_DATA='$(INSTALL) -m 644'
  30. YACC='bison -y'
  31. RTAPELIB='rtapelib.o'
  32. DEF_AR_FILE='/dev/rmt8'
  33. ALLOCA=''
  34. MALLOC='malloc.o'
  35. LIBS=''
  36. srcdir='.'
  37. DEFS=' -DDIRENT=1 -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1 -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_FTIME=1 -DHAVE_VPRINTF=1 -DHAVE_ALLOCA_H=1 -DBSD42=1'
  38. prefix=''
  39. exec_prefix=''
  40. prsub=''
  41.  
  42. Bruno Haible
  43. haible@ma2s2.mathematik.uni-karlsruhe.de
  44.  
  45.