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: 970910


	>Somehow, during the configure process a ranlib is found:
	>/usr/local/alpha-dec-osf2.0/bin/ranlib

RANLIB_FOR_TARGET is defined to $(tooldir)/bin/ranlib in gcc/Makefile,
where tooldir will be /usr/local/alpha-dec-osf2.0 in this case.
So perhaps it is coming from there somehow.  gcc/Makefile does pass this
value down to the f77-runtime via F77_FLAGS_TO_PASS.

I don't know how this could happen though unless something (make, sed, etc)
was buggy.

Jim


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