View Single Post
  #8   (View Single Post)  
Old 12th January 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

This is the ``offending line'':
USE_FORTRAN= yes

From ports/Mk/bsd.gcc.mk:
Code:
# If your port needs a Fortran compiler, please specify that with the
# USE_FORTRAN= knob.  Here is the list of options for that knob:
#
#   USE_FORTRAN=    yes # use gfortran43 (/lang/gcc43)
#   USE_FORTRAN=    g77 # use g77-34 (lang/gcc34; FreeBSD>=7)
#                       # or system f77 (/usr/bin/f77; FreeBSD<=6)
#   USE_FORTRAN=    ifort   # use the Intel compiler (lang/ifc)
The GCC that comes with FreeBSD does not include a fortran compiler.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote