home *** CD-ROM | disk | FTP | other *** search
- 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
- From: leisner@wrc.xerox.COM ( Marty Leisner)
- Newsgroups: gnu.utils.bug
- Subject: make 3.63 installaton on sparcs
- Date: 26 Jan 1993 22:09:48 -0500
- Organization: Xerox
- Lines: 23
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <1993Jan26.142422.2641@spectrum.xerox.com>
- Reply-To: leisner@eso.mc.xerox.com
-
- I just installed make 3.63...
-
- In the configure script, the -O option for the compiler isn't used (I'm using gcc).
-
- In the NEWS, I didn't see a section for the changes from 3.61 to 3.62 (just 3.63).
-
- Multpile lines with a \ is kept in make 3.63 output, but lines are conconated together in make 3.62...I'm not
- sure what's "right", but they're different:
-
- leisner@annapurna$ make -n read.o
- gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/gnu/lib\" -DINCLUDEDIR=\"/usr/gnu/include\" -c -I. -I. -I./glob \
- -g -O read.c -o read.o
- leisner@annapurna$ make.old -n read.o
- gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/gnu/lib\" -DINCLUDEDIR=\"/usr/gnu/include\" -c -I. -I. -I./glob -g -O read.c -o read.o
-
-
- I prefer the old way...
-
- --
- marty
- leisner.henr801c@xerox.com leisner@eso.mc.xerox.com
- Member of the League for Programming Freedom
-
-