From owner-freebsd-stable@FreeBSD.ORG Mon Jun 16 21:56:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1CF74FD for ; Mon, 16 Jun 2014 21:56:42 +0000 (UTC) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E72A2280 for ; Mon, 16 Jun 2014 21:56:42 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::b84b:ea36:4fb7:752f] (unknown [IPv6:2001:7b8:3a7:0:b84b:ea36:4fb7:752f]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9C8885C37; Mon, 16 Jun 2014 23:56:32 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_72E315FB-8BB9-4F3F-9F4E-7EC6D64B8AA6"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: FreeBSD10 - libstdc++.so.7 - arcconf From: Dimitry Andric In-Reply-To: <539F5C97.6090000@chef-ingenieur.de> Date: Mon, 16 Jun 2014 23:56:22 +0200 Message-Id: <5A1E4599-3634-48A4-BC2F-D8AE5F02DE78@FreeBSD.org> References: <539F5C97.6090000@chef-ingenieur.de> To: Thomas Krause X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:56:42 -0000 --Apple-Mail=_72E315FB-8BB9-4F3F-9F4E-7EC6D64B8AA6 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 16 Jun 2014, at 23:07, Thomas Krause = wrote: >=20 > I'm using Adaptec controllers for my servers. > The arcconf utility is not working under FreeBSD10 (because of clang): > Shared object "libstdc++.so.7" not found, required by "arcconf" This has nothing to do with clang, it's because libstdc++ is not = installed by default. > Is there an easy way to get it working? > I don't want to install gcc (about 470MB disk space) only for this = tool. make -C /usr/src/gnu/lib/libstdc++ -D WITH_GNUCXX obj all install make -C /usr/src/gnu/lib/libsupc++ -D WITH_GNUCXX obj all install You can also set WITH_GNUCXX in /etc/src.conf, for your next buildworld. -Dimitry P.S.: I think Baptiste is working on creating a separate port for just installing the libstdc++ runtime files from the gcc port. But this will get you up and running now. --Apple-Mail=_72E315FB-8BB9-4F3F-9F4E-7EC6D64B8AA6 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlOfaA4ACgkQsF6jCi4glqPPCACeLMyQv2MM0MeMLuuS4RnRgRwN YagAn1JrVRHzid3JcJl/hoguCXOlpZWp =acA3 -----END PGP SIGNATURE----- --Apple-Mail=_72E315FB-8BB9-4F3F-9F4E-7EC6D64B8AA6--