From mdo1@cornell.edu Fri Jan 24 14:51:14 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id OAA14715 for <bugs@RT-11.MIT.EDU>; Fri, 24 Jan 1997 14:51:10 -0500
Received: from POSTOFFICE2.MAIL.CORNELL.EDU by MIT.EDU with SMTP
id AA08756; Fri, 24 Jan 97 14:51:08 EST
Received: from echidna.cit.cornell.edu (ECHIDNA.CIT.CORNELL.EDU [128.253.57.34]) by postoffice2.mail.cornell.edu (8.7.5/8.7.3) with SMTP id OAA04833 for <krb5-bugs@mit.edu>; Fri, 24 Jan 1997 14:51:05 -0500 (EST)
Message-Id: <3.0.32.19970124145206.0070f2c8@postoffice2.mail.cornell.edu>
Date: Fri, 24 Jan 1997 14:52:10 -0500
From: Michael Oltz <mdo1@cornell.edu>
To: krb5-bugs@MIT.EDU
Subject: linking with tcl needs -lld on AIX
System: AIX howlin 2 3 002074154200
compiler, with the following configure options:
--prefix /home/mdo1/kerb5-1.0 --with-krb4 --enable-shared
--with-tcl=/home/mdo1/tcl7.5
The make went fine until it got to kadmin/testing/util
It failed to find some symbols during the link phase.
I classified this as 'serious' because if one does not figure
out how to get around it, one cannot finish the build. I
chose 'medium' because it is not hard to fix, so it should
be easy to do it soon. I don't know if it happens under AIX
4.1 or 4.2; I should be at that level in a month or two.
-ltcl7.5 -lld
State-Changed-From-To: open-analyzed
State-Changed-By: tlyu
State-Changed-When: Fri Jan 31 21:31:19 1997
State-Changed-Why:
This is not too difficult to fix, but shouldn't really be a high
priority since this is only the test programs. An alternative would
be to simply link the test programs static. Also, it's debatable
whether the programs needed for the tests should be compiled before
"make check".
State-Changed-From-To: analyzed-closed
State-Changed-By: tlyu
State-Changed-When: Sun Feb 22 21:34:09 1998
State-Changed-Why:
Fixed already; explicitly search for -lld.
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id OAA14715 for <bugs@RT-11.MIT.EDU>; Fri, 24 Jan 1997 14:51:10 -0500
Received: from POSTOFFICE2.MAIL.CORNELL.EDU by MIT.EDU with SMTP
id AA08756; Fri, 24 Jan 97 14:51:08 EST
Received: from echidna.cit.cornell.edu (ECHIDNA.CIT.CORNELL.EDU [128.253.57.34]) by postoffice2.mail.cornell.edu (8.7.5/8.7.3) with SMTP id OAA04833 for <krb5-bugs@mit.edu>; Fri, 24 Jan 1997 14:51:05 -0500 (EST)
Message-Id: <3.0.32.19970124145206.0070f2c8@postoffice2.mail.cornell.edu>
Date: Fri, 24 Jan 1997 14:52:10 -0500
From: Michael Oltz <mdo1@cornell.edu>
To: krb5-bugs@MIT.EDU
Subject: linking with tcl needs -lld on AIX
Show quoted text
>Number: 351
>Category: krb5-build
>Synopsis: linking with tcl needs -lld on AIX
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Jan 24 14:52:00 EST 1997
>Last-Modified: Sun Feb 22 21:34:29 EST 1998
>Originator: Mike Oltz
>Organization:
Cornell University>Category: krb5-build
>Synopsis: linking with tcl needs -lld on AIX
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Jan 24 14:52:00 EST 1997
>Last-Modified: Sun Feb 22 21:34:29 EST 1998
>Originator: Mike Oltz
>Organization:
Show quoted text
>Release: 1.0
>Environment:
>Environment:
System: AIX howlin 2 3 002074154200
Show quoted text
>Description:
I was building kerb5 under AIX 3.2.5, using the ordinary (not gnu)compiler, with the following configure options:
--prefix /home/mdo1/kerb5-1.0 --with-krb4 --enable-shared
--with-tcl=/home/mdo1/tcl7.5
The make went fine until it got to kadmin/testing/util
It failed to find some symbols during the link phase.
I classified this as 'serious' because if one does not figure
out how to get around it, one cannot finish the build. I
chose 'medium' because it is not hard to fix, so it should
be easy to do it soon. I don't know if it happens under AIX
4.1 or 4.2; I should be at that level in a month or two.
Show quoted text
>How-To-Repeat:
Show quoted text
>Fix:
Add the following cc options to the relevant makefile:-ltcl7.5 -lld
Show quoted text
>Audit-Trail:
State-Changed-From-To: open-analyzed
State-Changed-By: tlyu
State-Changed-When: Fri Jan 31 21:31:19 1997
State-Changed-Why:
This is not too difficult to fix, but shouldn't really be a high
priority since this is only the test programs. An alternative would
be to simply link the test programs static. Also, it's debatable
whether the programs needed for the tests should be compiled before
"make check".
State-Changed-From-To: analyzed-closed
State-Changed-By: tlyu
State-Changed-When: Sun Feb 22 21:34:09 1998
State-Changed-Why:
Fixed already; explicitly search for -lld.
Show quoted text
>Unformatted: