[8508] in Athena Bugs
rt 7.3P:/usr/lib/libm.a
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Wed Oct 30 09:53:53 1991
From: epeisach@Athena.MIT.EDU
Date: Wed, 30 Oct 91 09:53:44 -0500
To: bugs@Athena.MIT.EDU
Cc: brlewis@Athena.MIT.EDU
In-Reply-To: [8507]
The real problem is not the libm. In libm, hypot calls cabs, so they may
as well be together. The problem is really libF77.a. There is a cabs.c
there (/source/bsd*/rt/usr.lib/libF77/cabs.c) which perhaps shouldn't
be.
The vax & rt's libm.a/cabs.c is the same, only the RT adds cabs to the
fortran library.
Interesting enough, ultrix has the same problem. Could it be that
someone shipped a fortran package at some time from IEEE which had these
problems?