Date: Tue, 17 Jun 2014 09:58:23 +0200 From: Thomas Krause <freebsd-stable@chef-ingenieur.de> To: Dimitry Andric <dim@freebsd.org> Cc: owner-freebsd-stable@freebsd.org, freebsd-stable@freebsd.org Subject: Re: FreeBSD10 - libstdc++.so.7 - arcconf Message-ID: <6c6b3ca5bd8a7a1d53124b21d0e1f01f@chef-ingenieur.de> In-Reply-To: <2952712B-E335-429E-9800-EDB241BDBD2E@FreeBSD.org> References: <539F5C97.6090000@chef-ingenieur.de> <5A1E4599-3634-48A4-BC2F-D8AE5F02DE78@FreeBSD.org> <2952712B-E335-429E-9800-EDB241BDBD2E@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 17.06.2014 00:06, schrieb Dimitry Andric: > On 16 Jun 2014, at 23:56, Dimitry Andric <dim@FreeBSD.org> wrote: >> On 16 Jun 2014, at 23:07, Thomas Krause >> <freebsd-stable@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" > ... >>> 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 > > Hmm, sorry, that won't actually work, since libstdc++ will not be able > to find its own includes. Instead, first do: > > make -C /usr/src/gnu/lib/libstdc++ -D WITH_GNUCXX obj depend includes > > This will install the headers to /usr/include/c++/4.2; then do: > > make -C /usr/src/gnu/lib/libstdc++ -D WITH_GNUCXX all install > make -C /usr/src/gnu/lib/libsupc++ -D WITH_GNUCXX obj depend all > install > > -Dimitry sorry, also doesn't work: http://pastebin.com/ZEFWs6GA Regards, Thomas.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6c6b3ca5bd8a7a1d53124b21d0e1f01f>