This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-19981012: libf2c installation problem
- To: "Billinghurst, David (RTD)" <David dot Billinghurst at riotinto dot com dot au>
- Subject: Re: egcs-19981012: libf2c installation problem
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 20 Oct 1998 16:53:49 +0100
- Cc: "'egcs at cygnus dot com'" <egcs at cygnus dot com>
- References: <996602523238D2118E000000F802ED3123D37B@ATMMAIL.atmdns>
>>>>> "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?