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: egcs-19981012: libf2c installation problem


>>>>> "DB" == Billinghurst, David (RTD) <David.Billinghurst@riotinto.com.au> writes:

 DB> I am pretty sure the problem is the interaction between
 DB> g2c.h and Makefile in $builddir/mips-sgi-irix6.2/libf2c

Yes.

 DB> g2c.h depends on Makefile, among other things.
 DB> g2c is (re)generated by ./config.status, which then (seems to) regenerate
 DB> Makefile too ;-(
 DB> Certainly the timestamp on Makefile is consistently 1 second after g2c.h

It occurs to me that your sources may predate this:

1998-10-12  Dave Love  <d.love@dl.ac.uk>

	* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.

libf2c/configure.in should now contain this so that Makefile is made
first:

# Do Makefile first since g2c.h depends on it and shouldn't get an
# earlier timestamp.
AC_OUTPUT(Makefile g2c.h:g2c.hin,
 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
...


Is that the problem or is it elsewhere?


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