[16050] in Kerberos_V5_Development
Re: Kerberos MIT on Solaris
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Thu Aug 12 10:57:50 2010
Mime-Version: 1.0 (Apple Message framework v1081)
From: Ken Raeburn <raeburn@mit.edu>
In-Reply-To: <646302.63588.qm@web50105.mail.re2.yahoo.com>
Date: Thu, 12 Aug 2010 10:57:47 -0400
Message-Id: <50D9FF7A-3B92-47DB-80CC-A1D26279B469@mit.edu>
To: vir vir <vitrou2004@yahoo.com>
Cc: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krbdev-bounces@mit.edu
On Aug 12, 2010, at 10:15, vir vir wrote:
> Hi,
>
> I found all the files and the paths.
>
> All the libraries were created. The libraries are 32 bit what should I change in the configure file or somewhere else to create 64 bit
It's normally created using the defaults for whichever compiler you're using, so if you would normally build 32-bit code, that's what it does. (Though it does choose gcc over the native compiler, if you've got both and you don't tell it otherwise.) So, it depends in part on what compiler you're using. You could try something like:
./configure CC='gcc -m64'
in a freshly unpacked source tree (i.e., with no object files, saved configuration data, etc). The CC= spec will override the default compiler selection mechanism.
Ken
_______________________________________________
krbdev mailing list krbdev@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev