From root@circe.CS.Berkeley.EDU Tue Mar 11 23:21:34 1997
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 XAA27907 for <bugs@RT-11.MIT.EDU>; Tue, 11 Mar 1997 23:21:33 -0500
Received: from circe.CS.Berkeley.EDU by MIT.EDU with SMTP
id AA11606; Tue, 11 Mar 97 23:21:28 EST
Received: (from root@localhost) by circe.CS.Berkeley.EDU (8.7.3/8.7.3) id UAA04109; Tue, 11 Mar 1997 20:21:31 -0800 (PST)
Message-Id: <199703120421.UAA04109@circe.CS.Berkeley.EDU>
Date: Tue, 11 Mar 1997 20:21:31 -0800 (PST)
From: sklower@CS.Berkeley.EDU
Reply-To: sklower@CS.Berkeley.EDU
To: krb5-bugs@MIT.EDU
Subject: ./configure --with-cc-opts=-g fails to recurse in all cases
X-Send-Pr-Version: 3.99
happing in the kdb5_util directory.
run ./configure --with-cc-opts=-g --with-krb4
under BSD/OS 2.1
diagnose another problem reported separately.
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, sklower@CS.Berkeley.EDU
Cc: tlyu@MIT.EDU, gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
Subject: Re: krb5-build/393: ./configure --with-cc-opts=-g fails to recurse in all cases
Date: Wed, 12 Mar 1997 01:08:57 -0500
Date: Tue, 11 Mar 1997 20:21:31 -0800 (PST)
From: sklower@CS.Berkeley.EDU
happing in the kdb5_util directory.
run ./configure --with-cc-opts=-g --with-krb4
under BSD/OS 2.1
If you take a closer look at the configure help message, you will note
that the correct name of the option is --with-ccopts, not
--with-cc-opts.
For better or for worse, autoconf-generated configure scripts ignore
--with-* options which are misspelled or mis-typed by the user, instead
of giving an error message. This is unfortunate, and has confused users
before.
- Ted
State-Changed-From-To: open-closed
State-Changed-By: tytso
State-Changed-When: Wed Mar 12 01:09:19 1997
State-Changed-Why: User mis-typed configure option
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 XAA27907 for <bugs@RT-11.MIT.EDU>; Tue, 11 Mar 1997 23:21:33 -0500
Received: from circe.CS.Berkeley.EDU by MIT.EDU with SMTP
id AA11606; Tue, 11 Mar 97 23:21:28 EST
Received: (from root@localhost) by circe.CS.Berkeley.EDU (8.7.3/8.7.3) id UAA04109; Tue, 11 Mar 1997 20:21:31 -0800 (PST)
Message-Id: <199703120421.UAA04109@circe.CS.Berkeley.EDU>
Date: Tue, 11 Mar 1997 20:21:31 -0800 (PST)
From: sklower@CS.Berkeley.EDU
Reply-To: sklower@CS.Berkeley.EDU
To: krb5-bugs@MIT.EDU
Subject: ./configure --with-cc-opts=-g fails to recurse in all cases
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 393
>Category: krb5-build
>Synopsis: ./configure --with-cc-opts=-g fails to recurse in all cases
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: tlyu
>State: closed
>Class: mistaken
>Submitter-Id: unknown
>Arrival-Date: Tue Mar 11 23:22:00 EST 1997
>Last-Modified: Wed Mar 12 01:09:32 EST 1997
>Originator: sklower@CS.Berkeley.EDU
>Organization:
UC Berkeley Computer Science Department>Category: krb5-build
>Synopsis: ./configure --with-cc-opts=-g fails to recurse in all cases
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: tlyu
>State: closed
>Class: mistaken
>Submitter-Id: unknown
>Arrival-Date: Tue Mar 11 23:22:00 EST 1997
>Last-Modified: Wed Mar 12 01:09:32 EST 1997
>Originator: sklower@CS.Berkeley.EDU
>Organization:
Show quoted text
>Release: 1.0
>Environment:
System: BSD/OS circe.CS.Berkeley.EDU 2.1 BSDI BSD/OS 2.1 Kernel #7: Thu Oct 31 16:48:20 PST 1996 hodes@terrorism.cs.berkeley.edu:/disks/barad-dur/roboline/PC/src.2.1/sys/compile/BS_MOBILEIP WILDBOAR APM/PCMCIA Driver (WB960224) i386>Environment:
Show quoted text
>Description:
using the configuration option did not result in cc -ghapping in the kdb5_util directory.
Show quoted text
>How-To-Repeat:
unpack the 1.0 distribution,run ./configure --with-cc-opts=-g --with-krb4
under BSD/OS 2.1
Show quoted text
>Fix:
not known. I manually added -g to kdb5_util directory todiagnose another problem reported separately.
Show quoted text
>Audit-Trail:
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, sklower@CS.Berkeley.EDU
Cc: tlyu@MIT.EDU, gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
Subject: Re: krb5-build/393: ./configure --with-cc-opts=-g fails to recurse in all cases
Date: Wed, 12 Mar 1997 01:08:57 -0500
Date: Tue, 11 Mar 1997 20:21:31 -0800 (PST)
From: sklower@CS.Berkeley.EDU
Show quoted text
>Description:
using the configuration option did not result in cc -ghapping in the kdb5_util directory.
Show quoted text
>How-To-Repeat:
unpack the 1.0 distribution,run ./configure --with-cc-opts=-g --with-krb4
under BSD/OS 2.1
If you take a closer look at the configure help message, you will note
that the correct name of the option is --with-ccopts, not
--with-cc-opts.
For better or for worse, autoconf-generated configure scripts ignore
--with-* options which are misspelled or mis-typed by the user, instead
of giving an error message. This is unfortunate, and has confused users
before.
- Ted
State-Changed-From-To: open-closed
State-Changed-By: tytso
State-Changed-When: Wed Mar 12 01:09:19 1997
State-Changed-Why: User mis-typed configure option
Show quoted text
>Unformatted: