On Thu, 29 Sep 2016, Louis Krupp wrote: > My target was gfortran. > > In any case, someone else fixed this problem.
Good. Note that by target we are referring to the platform (processor plus operating system). You can see this by looking for a line started with "Target:" in the output of `gcc -v`. On one of my machines this says "Target: x86_64-suse-linux", on another one "Target: i386-unknown-freebsd10.3", for example. Gerald