Where is stddef.h???

Alexandre Oliva oliva@dcc.unicamp.br
Thu Jun 10 02:34:00 GMT 1999


On Jun  9, 1999, "Bill C. Riemers" <bcr@feynman.com> wrote:

> (cd include; \
>  tar -cf - .; exit 0) | (cd /tmp/egcs-dir/lib/gcc-lib/i686-pc-linux-gnu/egcs-2.91.66/include; tar xpBf - )
> tar: Hmm, this doesn't look like a tar archive
> tar: Skipping to next file header

Here's the problem!

Search for install-headers-tar in gcc/Makefile and change

        (cd include ; \

for

        (cd `pwd`/include ; \

This is already fixed for gcc-2.95

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists



More information about the Gcc-bugs mailing list