Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 1998 08:06:06 -0800 (PST)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        mike@smith.net.au (Mike Smith)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Fortran conundrum
Message-ID:  <199812231606.IAA17637@troutmask.apl.washington.edu>
In-Reply-To: <199812230901.BAA00688@dingo.cdrom.com> from Mike Smith at "Dec 23, 1998  1: 1:18 am"

next in thread | previous in thread | raw e-mail | index | archive | help
According to Mike Smith:
> >  (3) Rip Fortran out of the base distribution.
> > 
> >      This seem to be the logical choice (provided f2c can be converted
> >      to a port).  I have been merging our f2c and the sources from netlib
> >      with the intend to produce a port.  There is, however, one major
> >      caveat that needs to be address.  /usr/bin/f77 is a driver program
> >      which sets up an execution of our Fortran-aware gcc frontend
> >      (see src/gnu/usr.bin/cc/f77).  I have been unsuccessful in moving this
> >      driver out of src/gnu, and still retain its functionality.
> 
> Can you clarify on the problems inherent in moving the f77 executable?
> 

f77.c contains #include "config.h", and I haven't located where this
header lives.  It defines preprocessor directives like HAVE_VPRINTF,
but it may in fact contain other things that are less obvious to me.

I'm still looking at what I can do with f77.c.  I've submitted a
PR that removes quite a bit of dead code in f77.c.

-- 
Steve

finger kargl@troutmask.apl.washington.edu
http://troutmask.apl.washington.edu/~clesceri/kargl.html

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812231606.IAA17637>