Aucbvax.4076
net.2bsd-bugs
utzoo!decvax!ucbvax!dist2
Sun Sep 27 03:53:00 1981
problems with f77
	From: dsp.dove at MIT-SPEECH at MIT-AI
	Is anyone using the f77?  I got it to compile one module, but one guy
	here is getting compiler error and another can't find f_inits() so his
	program won't load??? (help!)

The problem is that the libraries libF77.a, libI77.a, and libU77.a were
not included in the distribution tape.  This has now been fixed and
they are included in all tapes made after 9/28/81.

	It appears that f77 is failing to do a mem allocation, and
	calling an error routine with "out of mem"  unfortunately it
	appears that the error routine is expecting an int!  I hope
	this thing isn't really running out of memory.

The confusion here is understandable.  The error routine is invoked as

	error("out of memory",0,0,FATAL);

whereas the error routine appears (in part) as

	error(index,t,u,type)
	int index;
	char *t, *u;
	register int type;
	{
		char buf[100];
		long lseek();

		if (efil 
<HR>
This Usenet Oldnews Archive
article may be copied and distributed freely, provided:
<P>
1. There is no money collected for the text(s) of the articles.
<BR>
2. The following notice remains appended to each copy:
<P>
<EM>The Usenet Oldnews Archive: Compilation Copyright&copy 1981, 1996 
<BR> Bruce Jones, Henry Spencer, David Wiseman.</EM>
<P>
<HR>
Goto <A HREF="81.09.27_ucbvax.4077_net.2bsd-bugs.html">NEXT</A> article in NET.bugs.2bsd Newsgroup
<BR>Return to <A HREF="NET.bugs.2bsd-index.html">NET.bugs.2bsd index</A>
<BR>Return to the 
	<A HREF="../index.html">Usenet Oldnews Archive index</A>
</HTML>

-----------------------------------------------------------------
 gopher://quux.org/ conversion by John Goerzen <jgoerzen@complete.org>
 of http://communication.ucsd.edu/A-News/


This Usenet Oldnews Archive
article may be copied and distributed freely, provided:

1. There is no money collected for the text(s) of the articles.

2. The following notice remains appended to each copy:

The Usenet Oldnews Archive: Compilation Copyright (C) 1981, 1996 
 Bruce Jones, Henry Spencer, David Wiseman.