Subject: Re: recent commits to gcc
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Tom Yu <tlyu@MIT.EDU>
List: port-pmax
Date: 11/29/1996 20:58:48
>>>>> "JS" == Jonathan Stone <jonathan@DSG.Stanford.EDU> writes:

JS> You _do_ have to update the /usr/share/mk/ files with patches,
JS> (e.g., like those in Manuel Bouyer's patchkit), and then rebuild
JS> and install all the libraries.  Did you do that, too?

Just tried that.  Bouyer's patches to share/mk applied with some minor
tweaking.  I now get the following errors when I try to rebuild the
libraries:

cc  -DPIC -DSTRRCHR -O -DNLS -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT -Werror  -c /usr/src/lib/libc/string/rindex.c  -o strrchr.so
creating accept.so
as: unrecognized option `-k'
cpp: output pipe has been closed

weird.  I also get a number of warnings of the form:

cc -O -DNLS -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT -Werror  -c -pg /usr/src/lib/libc/yp/ypprot_err.c -o ypprot_err.po
/var/tmp/cc021185.s: Assembler messages:
/var/tmp/cc021185.s:42: Warning: No .cprestore pseudo-op used in PIC code

I'm using the comp.tar.gz from the shared libraries snapshot and a
up-to-date (as of today's SUP) /usr/src.

Any clues?

---Tom