*BSD News Article 8386


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.hawaii.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!wupost!newsfeed.rice.edu!rice!news.Rice.edu!rich
From: rich@Rice.edu (Richard Murphey)
Subject: Re: Ported software list for 386BSD.
In-Reply-To: liu@cs.sfu.ca's message of Mon, 30 Nov 1992 19:51:35 GMT
Message-ID: <RICH.92Nov30171131@omicron.Rice.edu>
Sender: news@rice.edu (News)
Reply-To: Rich@rice.edu
Organization: Department of Electrical and Computer Engineering, Rice
	University
References: <3043.9211301551@thor.cf.ac.uk> <1992Nov30.195135.27900@cs.sfu.ca>
Date: Mon, 30 Nov 1992 23:11:31 GMT
Lines: 23

In article <1992Nov30.195135.27900@cs.sfu.ca> liu@cs.sfu.ca (Lixin Liu) writes:
   In article <3043.9211301551@thor.cf.ac.uk> spedpr@thor.cf.ac.uk (Paul Richards) writes:
   >---------
   >PACKAGE: f77 (f2c based).
   >---------
   >Description: fortran 77 compiler.
   >Status: fully working

   The f2c generate "Segmentation fault (core dumped)" for the
   following fortran code:

	 BLOCK DATA
   C
	 COMMON /CMN/ A,B,C
	 DATA A/0.90/,B/1.30/,C/1.0/
   C                                                                               
	 END

   There is no problem on my SUN station with f2c.

There is a port of a newer version of f2c available on ref.tfs.com.
It was annouced here a few days ago.  It has no problesm compiling
this code.  Rich