Date: Mon, 16 Jun 2014 23:56:22 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Thomas Krause <freebsd-stable@chef-ingenieur.de> Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD10 - libstdc++.so.7 - arcconf Message-ID: <5A1E4599-3634-48A4-BC2F-D8AE5F02DE78@FreeBSD.org> In-Reply-To: <539F5C97.6090000@chef-ingenieur.de> References: <539F5C97.6090000@chef-ingenieur.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 = <freebsd-stable@chef-ingenieur.de> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5A1E4599-3634-48A4-BC2F-D8AE5F02DE78>