From owner-freebsd-current@FreeBSD.ORG Fri Mar 29 07:13:25 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A83767DB for ; Fri, 29 Mar 2013 07:13:25 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id 3C476F20 for ; Fri, 29 Mar 2013 07:13:24 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d17so93471eek.11 for ; Fri, 29 Mar 2013 00:13:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Wz5yReOSFz2XXhGZQQU6lkAe+FJlNwKB37DvmB2CiVc=; b=kqWNPiD3NhVjOSz8giIxCG8lOPljymwR6kMEFOBitkk5nr14NJxcYOE7XRupZDOBYT bBZpIvs3F56JEf3T6uXnrgpyWQH5MjYjlLtvk4/0itAc/sRv5rOo7No/kSfzHbIngrBd sgISGccd9G2+lTDJekWdBt1hGww+FCw+At2a8gOHWRhMJ6fkQ8YQ0xA6Li6yaE1FXGaV Mxly6+2KB2pG5DOrjmelLKqXNEqiWiO2IQtxml7mAvDZvFoPFzJpuXgoYw/v6c0Npr0x g8ymyassgpvzSFKETOJNd4CFA2Q0Scwo2eZzWBMiXziWvw0VYDpDL/n/ZTGQEqq7HN9t t8hQ== X-Received: by 10.15.36.67 with SMTP id h43mr4850742eev.5.1364541198527; Fri, 29 Mar 2013 00:13:18 -0700 (PDT) Received: from [192.168.1.80] (540213BD.dsl.pool.telekom.hu. [84.2.19.189]) by mx.google.com with ESMTPS id 44sm2233653eek.5.2013.03.29.00.13.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Mar 2013 00:13:17 -0700 (PDT) Message-ID: <51553F14.1050609@gmail.com> Date: Fri, 29 Mar 2013 08:13:24 +0100 From: deeptech71 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:18.0) Gecko/20100101 SeaMonkey/2.15 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: net/xmlrpc-c-devel port with GCC 4.8 References: <514A05FB.7020608@gmail.com> <45FF4CDD-66C2-4AA5-8A8D-B39677A4D6B1@FreeBSD.org> In-Reply-To: <45FF4CDD-66C2-4AA5-8A8D-B39677A4D6B1@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 07:13:25 -0000 On 03/20/2013 20:49, Dimitry Andric wrote:> On Mar 20, 2013, at 19:54, deeptech71 wrote: >> /usr/local/lib/gcc48/include/c++/bits/locale_facets.h:869: undefined reference to `std::ctype::_M_widen_init() const' >> [...] >> /usr/local/lib/gcc48/include/c++/bits/stl_list.h:1550: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)' >> [...] >> >> I worked around this by adding "/usr/local/lib/gcc48/libstdc++.so" to the make-rule. Weird. Why does this work? Should it? > > This is a general problem with the gcc ports: they should all pull in > their own version(s) of libstdc++.so instead of using the default linker > path. And possibly add rpath entries, to make sure the correct version > of libstdc++.so is used at runtime. On 03/28/2013 15:37, Renato Botelho wrote: > The problem here is -L/usr/lib, libwww-config --libs returned that, > maybe the issue is on libwww side. !