This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc fails to build on sparc-solaris-2.7 - autoheader missing


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

From: Anthony Williams <anthony_w.geo@yahoo.com>
Sent: 25 May 2000 13:01
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> The title says it all - CVS gcc fails to build on
> sparc-solaris-2.7, due to the lack of autoheader. What is this, and
> where can I get it?   
> 

Here are some patches that fix the problem - configure then makes
these calls to "missing" for autoheader (which isn't then required)

Anthony

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.451
diff -r1.451 Makefile.in
836c836
<       cd $(srcdir) && autoheader
- ---
>       cd $(srcdir) && @AUTOHEADER@

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/libf2c/libU77/Makefile.in,v
retrieving revision 1.13
diff -r1.13 Makefile.in
104c104
<       cd ${srcdir} && autoheader
- ---
>       cd ${srcdir} && @AUTOHEADER@


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 for non-commercial use <http://www.pgp.com>
Comment: PGP Key at: http://i3.yimg.com/3/c7e5ee24/g/68fc2307.asc

iQA/AwUBOS04DJvw+P4cG5rVEQLKigCgoJ9LGwTugSPvnHy23N50/jlImvcAn0zt
e7VjcifX4tGgAvZLlD6iuP4b
=f504
-----END PGP SIGNATURE-----



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]