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]
Other format: [Raw text]

[Part of] your Dec., 4th change to libf2c/Makefile.in.


Alexandre,

On the 4th of December last year, you changed the build of libf2c to use
object lists with libtool.

As part of (but as far as I can see, independent of) this change, you
updated libf2c/Makefile.in as follows:


 install: all
        $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBG2C)
$(libsubdir)/$(MULTISUBDIR)
-       (cd $(libsubdir)/$(MULTISUBDIR) ; mv -f $(LIBG2C_BASE).*
$(prefix)/lib)
        $(INSTALL_DATA) libfrtbegin.a $(libsubdir)/$(MULTISUBDIR)

[ See:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libf2c/Makefile.in.diff?cvsroot=gcc&r1=1.41&r2=1.42
]

Alhough the original shell command wasn't right, this one isn't either. 
The net effect of this change is that libg2c.so[0.[0.0]] now resides in

	..../lib/gcc-lib/i686-pc-linux-gnu/3.1

in stead of

	..../lib

as libgcc_s.so[.1] et al. do.

This is probably the main reason why Andreas Jaeger's SPECfp2000 run
doesn't show any Fortran results as of Dec 4th anymore.

Please advise on a way to get libg2c.so[0.[0.0]] in the right directory.

Thanks,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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