[2596] in Kerberos-V5-bugs
pending/311: krb5-1.0 compile problem on Solaris 2.5 and gmake
daemon@ATHENA.MIT.EDU (Randall S. Winchester)
Fri Dec 20 00:45:15 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, "Randall S. Winchester" <rsw@Glue.umd.edu>
Date: Fri, 20 Dec 1996 00:44:21 -0500 (EST)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
To: krb5-bugs@MIT.EDU
>Number: 311
>Category: pending
>Synopsis: krb5-1.0 compile problem on Solaris 2.5 and gmake
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Dec 20 00:45:00 EST 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
util/dyn/libdyn.a is not getting built. I have to cd util/dyn and do a
"make" as the GNU version "gmake" skips the following:
rm -f libdyn.a
ar cruv libdyn.a dyn_create.o dyn_put.o dyn_debug.o dyn_delete.o
dyn_size.o dyn_append.o dyn_realloc.o dyn_paranoid.o dyn_insert.o
dyn_initzero.o
a - dyn_create.o
a - dyn_put.o
a - dyn_debug.o
a - dyn_delete.o
a - dyn_size.o
a - dyn_append.o
a - dyn_realloc.o
a - dyn_paranoid.o
a - dyn_insert.o
a - dyn_initzero.o
ar: writing libdyn.a
ranlib libdyn.a
I am using gmake version 3.71
FYI,
Randall