home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2489 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!stanford.edu!ames!sun-barr!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!wrc.xerox.COM!leisner
  2. From: leisner@wrc.xerox.COM ( Marty Leisner)
  3. Newsgroups: gnu.utils.bug
  4. Subject: make 3.63 installaton on sparcs
  5. Date: 26 Jan 1993 22:09:48 -0500
  6. Organization: Xerox
  7. Lines: 23
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <1993Jan26.142422.2641@spectrum.xerox.com>
  12. Reply-To: leisner@eso.mc.xerox.com
  13.  
  14. I just installed make 3.63...
  15.  
  16. In the configure script, the -O option for the compiler isn't used (I'm using gcc).
  17.  
  18. In the NEWS, I didn't see a section for the changes from 3.61 to 3.62 (just 3.63).
  19.  
  20. Multpile lines with a \ is kept in make 3.63 output, but lines are conconated together in make 3.62...I'm not
  21. sure what's "right", but they're different:
  22.  
  23. leisner@annapurna$ make -n read.o
  24. gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/gnu/lib\" -DINCLUDEDIR=\"/usr/gnu/include\" -c -I. -I. -I./glob \
  25.       -g -O read.c -o read.o
  26. leisner@annapurna$ make.old -n read.o
  27. gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/gnu/lib\" -DINCLUDEDIR=\"/usr/gnu/include\" -c -I. -I. -I./glob -g -O read.c -o read.o
  28.  
  29.  
  30. I prefer the old way...
  31.  
  32. --
  33. marty
  34. leisner.henr801c@xerox.com  leisner@eso.mc.xerox.com
  35. Member of the League for Programming Freedom
  36.  
  37.