From rsw@Glue.umd.edu Fri Dec 20 00:44:30 1996
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id AAA07741 for <bugs@RT-11.MIT.EDU>; Fri, 20 Dec 1996 00:44:30 -0500
Received: from po1.glue.umd.edu by MIT.EDU with SMTP
id AA13919; Fri, 20 Dec 96 00:44:28 EST
Received: from atlantis.csc.umd.edu (rsw@atlantis.csc.umd.edu [129.2.8.129]) by po1.glue.umd.edu (8.8.3/8.7.3) with SMTP id AAA00875 for <krb5-bugs@mit.edu>; Fri, 20 Dec 1996 00:44:27 -0500 (EST)
Message-Id: <Pine.SOL.3.95.961220004122.21753F-100000@atlantis.csc.umd.edu>
Date: Fri, 20 Dec 1996 00:44:21 -0500 (EST)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
Sender: rsw@atlantis.csc.umd.edu
To: krb5-bugs@MIT.EDU
Subject: libdyn.a doesn't get built with gmake?
"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
Responsible-Changed-From-To: gnats-admin->tlyu
Responsible-Changed-By: tlyu
Responsible-Changed-When: Wed Feb 12 15:48:51 1997
Responsible-Changed-Why:
Refiled
From: Tom Yu <tlyu@MIT.EDU>
To: rsw@Glue.umd.edu
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-build/311: libdyn.a doesn't get built with gmake?
Date: Wed, 12 Feb 1997 15:51:59 -0500
Have you tried using the native make? Also, what options are you
giving to configure? Are you building in the source directory or
using a separate build directory?
Can you also send us lines from your build logs (if any) betweeen
making libpty and libdb2?
---Tom
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Sep 28 21:36:17 2001
State-Changed-Why:
stale; no reply
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id AAA07741 for <bugs@RT-11.MIT.EDU>; Fri, 20 Dec 1996 00:44:30 -0500
Received: from po1.glue.umd.edu by MIT.EDU with SMTP
id AA13919; Fri, 20 Dec 96 00:44:28 EST
Received: from atlantis.csc.umd.edu (rsw@atlantis.csc.umd.edu [129.2.8.129]) by po1.glue.umd.edu (8.8.3/8.7.3) with SMTP id AAA00875 for <krb5-bugs@mit.edu>; Fri, 20 Dec 1996 00:44:27 -0500 (EST)
Message-Id: <Pine.SOL.3.95.961220004122.21753F-100000@atlantis.csc.umd.edu>
Date: Fri, 20 Dec 1996 00:44:21 -0500 (EST)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
Sender: rsw@atlantis.csc.umd.edu
To: krb5-bugs@MIT.EDU
Subject: libdyn.a doesn't get built with gmake?
Show quoted text
>Number: 311
>Category: krb5-build
>Synopsis: libdyn.a doesn't get built with gmake?
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Dec 20 00:45:00 EST 1996
>Last-Modified: Fri Sep 28 21:36:24 EDT 2001
>Originator: Randall S. Winchester
>Organization:
>Release: 1.0
>Environment:
Solaris 2.5 + gmake?>Category: krb5-build
>Synopsis: libdyn.a doesn't get built with gmake?
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Dec 20 00:45:00 EST 1996
>Last-Modified: Fri Sep 28 21:36:24 EDT 2001
>Originator: Randall S. Winchester
>Organization:
>Release: 1.0
>Environment:
Show quoted text
>Description:
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
Show quoted text
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Fix:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->tlyu
Responsible-Changed-By: tlyu
Responsible-Changed-When: Wed Feb 12 15:48:51 1997
Responsible-Changed-Why:
Refiled
From: Tom Yu <tlyu@MIT.EDU>
To: rsw@Glue.umd.edu
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-build/311: libdyn.a doesn't get built with gmake?
Date: Wed, 12 Feb 1997 15:51:59 -0500
Have you tried using the native make? Also, what options are you
giving to configure? Are you building in the source directory or
using a separate build directory?
Can you also send us lines from your build logs (if any) betweeen
making libpty and libdb2?
---Tom
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Sep 28 21:36:17 2001
State-Changed-Why:
stale; no reply
Show quoted text
>Unformatted: