* Daily, Jeff A wrote on Fri, Jan 29, 2010 at 08:37:14PM CET: > > > But regardless of whether NOFORT is true, the Fortran linker is > > > always chosen. What should I be doing? Thanks. > > > > Override FCLD (if Makefile-global is acceptable) or libtest_la_LINK. > > > > Just to clarify, I'm using F77 and libtool. After looking at one of > the automake-generated Makefiles, I would need to set F77LINK=$(LINK) > in this case, right?
That's another possibility for makefile-global override, yes. Cheers, Ralf
