On 16 Jun 2014, at 23:07, Thomas Krause <freebsd-stable at
chef-ingenieur.de> wrote:>
> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL:
<http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140616/c062251c/attachment.sig>