home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2333 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.8 KB  |  46 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!lsid.hp.com!ericb
  3. From: ericb@lsid.hp.com (Eric Backus)
  4. Subject: m4 version 1.0.3
  5. Message-ID: <9301052255.AA20298@labejb.lsid.hp.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 22:55:29 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 33
  12.  
  13. I recently got m4-1.0.3.tar.Z from prep.ai.mit.edu.  I tried building
  14. it on an HP 350 running HP-UX 8.0.  I did "./configure" followed by
  15. "make".  The make failed when trying to create the "libm4.a" in the
  16. "lib" subdirectory.  Output looked like this:
  17.  
  18.  
  19. < Lots more stuff leading to this deleted >
  20.         cd lib; make  CC='gcc' CFLAGS='-O2 -finline-functions -fomit-frame-pointer' LIBOJBS=''  RANLIB='ranlib' AWK='gawk' libm4.a
  21.         gcc -c -O2 -finline-functions -fomit-frame-pointer  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_TMPFILE=1 -DHAVE_EFGCVT=2 -I. obstack.c
  22.         gcc -c -O2 -finline-functions -fomit-frame-pointer  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_TMPFILE=1 -DHAVE_EFGCVT=2 -I. regex.c
  23.         gcc -c -O2 -finline-functions -fomit-frame-pointer  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_TMPFILE=1 -DHAVE_EFGCVT=2 -I. getopt.c
  24.         gcc -c -O2 -finline-functions -fomit-frame-pointer  -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_TMPFILE=1 -DHAVE_EFGCVT=2 -I. getopt1.c
  25.          cru libm4.a obstack.o regex.o getopt.o getopt1.o
  26. Make: Cannot load cru.  Stop.
  27. *** Error code 1
  28.  
  29. Stop.
  30. *** Error code 1
  31.  
  32. Stop.
  33.  
  34.  
  35. I tried again, using GNU make rather than HP's make, and everything
  36. worked correctly.
  37.  
  38. The cause of the problem appears to be that HP's make does not provide
  39. a default value for the "AR" variable, while GNU make does.  Is this
  40. something that "configure" could fix?
  41. --
  42.                 Eric Backus
  43.                 ericb@lsid.hp.com
  44.                 (206) 335-2495
  45.  
  46.