This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Minor compilation problems.
- To: egcs at cygnus dot com
- Subject: Minor compilation problems.
- From: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Date: Thu, 16 Jul 1998 17:00:26 +0200
It seems that the change from config.h.in to config.hin in
libf2c make the compilation abort (cvs updated two hours ago). The
following trivial patch fixes it.
Theo.
mururoa->tail build.log
gmake[3]: Leaving directory `/0/papadop/src/c/gnu/egcs-solaris2.6/sparc-sun-solaris2.6/libf2c/libF77'
cd libU77; gmake CC='/0/papadop/src/c/gnu/egcs-solaris2.6/gcc/xgcc -B/0/papadop/src/c/gnu/egcs-solaris2.6/gcc/' CFLAGS='-g -O2' CPPFLAGS='' AR='ar' RANLIB='true' all
gmake[3]: Entering directory `/0/papadop/src/c/gnu/egcs-solaris2.6/sparc-sun-solaris2.6/libf2c/libU77'
gmake[3]: *** No rule to make target `config.h.in', needed by `stamp-h'. Stop.
gmake[3]: Leaving directory `/0/papadop/src/c/gnu/egcs-solaris2.6/sparc-sun-solaris2.6/libf2c/libU77'
gmake[2]: *** [u77] Error 2
gmake[2]: Leaving directory `/0/papadop/src/c/gnu/egcs-solaris2.6/sparc-sun-solaris2.6/libf2c'
gmake[1]: *** [all-target-libf2c] Error 2
gmake[1]: Leaving directory `/0/papadop/src/c/gnu/egcs-solaris2.6'
gmake: *** [bootstrap] Error 2
Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libf2c/libU77/Makefile.in,v
retrieving revision 1.10
diff -u -c -p -r1.10 Makefile.in
diff: conflicting specifications of output style
*** Makefile.in 1998/07/16 00:07:39 1.10
--- Makefile.in 1998/07/16 14:42:26
*************** ${srcdir}/stamp-h.in: configure.in accon
*** 105,111 ****
echo timestamp > ${srcdir}/stamp-h.in
config.h: stamp-h
! stamp-h: config.h.in config.status
$(SHELL) config.status
echo timestamp > stamp-h
--- 105,111 ----
echo timestamp > ${srcdir}/stamp-h.in
config.h: stamp-h
! stamp-h: config.hin config.status
$(SHELL) config.status
echo timestamp > stamp-h
--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
--------------------------------------------------------------------