From owner-freebsd-ports@FreeBSD.ORG Wed Mar 19 11:13:57 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54BAD1065674 for ; Wed, 19 Mar 2008 11:13:57 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id AA8E08FC23 for ; Wed, 19 Mar 2008 11:13:56 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from lqc.issp.ac.ru [77.236.34.156:35813] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id m2JAXUsi021707 (using TLSv1/SSLv3, with cipher DHE-DSS-AES256-SHA (256 bits), verified NO) for ; Wed, 19 Mar 2008 13:33:31 +0300 (MSK) From: "M. Yu. Brazhnikov" Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Wed, 19 Mar 2008 13:33:15 +0300 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803191333.15447.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Wed, 19 Mar 2008 13:33:31 +0300 (MSK) X-Virus-Scanned: ClamAV 0.92.1/6305/Wed Mar 19 10:32:53 2008 on mail.issp.ac.ru X-Virus-Status: Clean Subject: linkage fails on freebsd <7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 11:13:57 -0000 Hi, The port I maintaint fails on link stage on freebsd 5.x and 6.x (you can find build log at miwi tinderbox http://head.miwibox.org/tb/index.php?action=describe_port&id=2417) In short it complains on undefined function from libc. I've compared work dirs on 6.x and 7.x and found no essential difference. The only note -- if I pass LDFLAGS=-shared-libgcc to 'make' then the build goes fine. Could someone more experienced clarify the situation? Thanks, Max