Received: from eclipse.cl.msu.edu (eclipse.cl.msu.edu [35.8.1.153]) by krbdev.mit.edu (8.9.3p2) with ESMTP id RAA28766; Sun, 4 Apr 2004 17:10:21 -0400 (EDT) Received: from eclipse.cl.msu.edu (eclipse.cl.msu.edu [35.8.1.153]) by eclipse.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id i34L9iP1029349; Sun, 4 Apr 2004 17:09:44 -0400 (EDT) Date: Sun, 4 Apr 2004 17:09:44 -0400 (EDT) From: "Sean O'Malley" X-X-Sender: Reply-To: To: Tom Yu via RT Cc: Subject: Re: [krbdev.mit.edu #2519] 1.3.2 Build problems. In-Reply-To: Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 1314 It still didn't build. Shouldn't it still compile even if I used that flag? I used the wrong flag for what I was -intending-, but the fact remains it didn't build with that particular flag or do the build scripts have some sort of mind-reading capabilities? If so, why wouldn't they want to tell me i am a moron in the configure script before I tried to build it? like "configure failed! You are being a moron and either you want to use --flag with the --program-prefix flag or you really want the --prefix instead. RTFM!" This is a non-issue for me because of the aforementioned OE. But I thought I would be nice and point it out. Sean -------------------------------------- Sean O'Malley, Information Technologist Michigan State University ------------------------------------- On Fri, 2 Apr 2004, Tom Yu via RT wrote: > >>>>> "omalleys" == omalleys@msu edu via RT writes: > > omalleys> one piece of misinformation. > omalleys> I was using: > omalleys> ./configure --enable-shared --program-prefix=/usr/local/krb5 > > omalleys> with the Makefile problem. Using --prefix seemed to work okay. > omalleys> (which is what I wanted anyway). > > Don't use --program-prefix for that purpose; it affects > program_tranform_name, which is probably not what you want. > > ---Tom >