Svetlana Tkachenko <[email protected]> writes: > For the bigger (non-test) project, I would really make use of > --free-whatever options you gave. But simply writing "prog: prog.o > foo.o ${FLINKER} -ffree-form -o $@ $^ ${PETSC_LIB}", and looking at > 'make' output, shows that it ignored my lines entirely and keeps > trying to compile without -ffree-form.
These are *compiler* options, not *linker* options. Put it in FFLAGS instead. make FFLAGS=-ffree-form
pgp8WTt6ay3OO.pgp
Description: PGP signature
