From owner-freebsd-amd64@FreeBSD.ORG Sat Jul 3 23:54:03 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCEC16A4CE; Sat, 3 Jul 2004 23:54:03 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA6B43D2D; Sat, 3 Jul 2004 23:54:01 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id A5A5BFD06A; Sat, 3 Jul 2004 16:54:00 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60301-05; Sat, 3 Jul 2004 16:53:53 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id D648FFD05D; Sat, 3 Jul 2004 16:53:52 -0700 (PDT) From: Sean McNeil To: Oliver Eikemeier In-Reply-To: <80AC771E-CD48-11D8-9FE1-00039312D914@fillmore-labs.com> References: <80AC771E-CD48-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Type: text/plain Message-Id: <1088898832.99473.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 03 Jul 2004 16:53:52 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: ports@FreeBSD.org cc: Gerald Pfeifer cc: amd64@FreeBSD.org Subject: Re: several messages (regarding gcc) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:54:03 -0000 On Sat, 2004-07-03 at 16:27, Oliver Eikemeier wrote: > Sean McNeil wrote: > > > On Sat, 2004-07-03 at 13:41, Gerald Pfeifer wrote: > > [...] The only concern I have is that gcc 3.4 > > produced a non-working openldap-sasl-server-2.1.30. The compiler in > > core -CURRENT made a functional one. > > Patches? Some hints what doesn't work (e.g. `make test'?) I was afraid someone would call me on that :) Originally, I didn't bother looking into this at all, but since you asked I went and recompiled it and took a quick look. It would appear that the slapd program is linked with both libpthread and libc_r. I compiled it like so: setenv CC gcc34 setenv CXX g++34 portupgrade -f openldap-sasl-server-2.1.30 This doesn't happen when compiled with the core compiler. Cheers, Sean