Fortran compiler

Matthew Seaman matthew at FreeBSD.org
Sun Jan 17 13:04:15 UTC 2016


On 16/01/2016 22:15, john.haraden--- via freebsd-questions wrote:
> When will the base system ship with a fortran compiler?  GCC is
> cumbersome and requires special linking commands to form an
> executable file from compiled object files.  Why not resurrect the
> old f77?

It is unlikely that the base system will ever re-import a Fortran
compiler.  Fortran is not required to build the base system, nor is it a
POSIX requirement, so like all other languages in that class -- many of
which are of significantly greater popularity than Fortran nowadays --
you'll simply have to install it from ports.

GCC's command line for linking objects into an executable can be
complicated, but that's not significantly different compared to c or c++
programs and not significantly different when compiling using the LLVM
toolchain.  Much of that complexity only occurs when linking against
large external bodies of code, like QT or Gnome.

	Cheers,

	Matthew

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 957 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20160117/78e38fdd/attachment.sig>


More information about the freebsd-questions mailing list