Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 2450 From demetri@mouratis.org Mon Mar 25 14:22:53 2002 Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.7.7.76]) by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id OAA27185 for ; Mon, 25 Mar 2002 14:22:52 -0500 (EST) Received: from hobbit.mouratis.org (hobbit.mouratis.org [64.81.147.208]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id OAA23003 for ; Mon, 25 Mar 2002 14:22:52 -0500 (EST) Received: by hobbit.mouratis.org (Postfix, from userid 300) id 19DC739A81; Mon, 25 Mar 2002 13:22:50 -0600 (CST) Message-Id: <20020325192250.19DC739A81@hobbit.mouratis.org> Date: Mon, 25 Mar 2002 13:22:50 -0600 (CST) From: demetri@mouratis.org (Demetri S. Mouratis) To: krb5-bugs@mit.edu Subject: Compiling krb5-1.2.4 under Mac OS X 10.1.3 >Number: 1077 >Category: pending >Synopsis: Compiling krb5-1.2.4 under Mac OS X 10.1.3 >Confidential: yes >Severity: serious >Priority: medium >Responsible: mjv >State: open >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Mon Mar 25 14:23:00 EST 2002 >Last-Modified: Thu Apr 11 16:44:11 EDT 2002 >Originator: >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: Responsible-Changed-From-To: gnats-admin->mjv Responsible-Changed-By: hartmans Responsible-Changed-When: Thu Apr 11 16:43:19 2002 Responsible-Changed-Why: Would you mind responding to this; I realize there's probably a canned response, but I don't have text. >Unformatted: Hi gang, I've been merrily using krb5-1.2.1 from the Mac OS X shell for over a year, and I just tried to compile 1.2.4 with no success. I went back to 1.2.1 and found that it no longer compiles, so I'm thinking the Mac OS 10.1.x upgrade might have changed something. Do you all know anybody compiling krb5 under 10.1.3 or so? I've attached a small segment of the compile below. Thanks, ...Demetri making all in util/profile... if cmp profile.h \ ../../include/profile.h >/dev/null 2>&1; then :; \ else \ (set -x; rm -f ../../include/profile.h; \ cp profile.h ../../include/profile.h) ; \ fi cc -L../../lib -o test_parse test_parse.o prof_tree.o prof_file.o prof_parse.o prof_get.o prof_set.o prof_err.o prof_init.o -lcom_err /usr/bin/ld: Undefined symbols: __et_list make[2]: *** [test_parse] Error 1 make[1]: *** [all-recurse] Error 1 make: *** [all-recurse] Error 1