Sadly we didn't do the install (not allowed to have root) so it looks like g++ wasn't installed. To be fair only gcc is listed as a clear dependancy on the build from source page. So we're learning as we go.
Dave On Fri, Oct 18, 2013 at 11:37 AM, Jon Meredith <jmered...@basho.com> wrote: > Have you installed the gcc-c++ package? > > > https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=sp1&architecture=i386&package_name=gcc-c%2B%2B > > > On Thu, Oct 17, 2013 at 6:18 PM, Dave King <djk...@gmail.com> wrote: > >> Trying to Build Riak on SUSE LE 11 SP2 >> make rel fails with >> * >> * >> ==> ebloom (compile) >> Compiled src/ebloom.erl >> Compiling >> /home/cstatmgrd/riak/riak-1.4.2/deps/ebloom/c_src/ebloom_nifs.cpp >> sh: line 0: exec: c++: not found >> ERROR: compile failed while processing >> /home/cstatmgrd/riak/riak-1.4.2/deps/ebloom: rebar_abort >> make: *** [compile] Error 1 >> >> gcc -v says >> >> Using built-in specs. >> Target: x86_64-suse-linux >> Configured with: ../configure --prefix=/usr --infodir=/usr/share/info >> --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 >> --enable-languages=c,c++,objc,fortran,obj-c++,java,ada >> --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 >> --enable-ssp --disable-libssp >> --with-bugurl=http://bugs.opensuse.org/--with-pkgversion='SUSE Linux' >> --disable-libgcj --disable-libmudflap >> --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit >> --enable-libstdcxx-allocator=new --disable-libstdcxx-pch >> --enable-version-specific-runtime-libs --program-suffix=-4.3 >> --enable-linux-futex --without-system-libunwind --with-cpu=generic >> --build=x86_64-suse-linux >> Thread model: posix >> gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) >> >> >> The important part would seem to be >> --enable-languages=c,c++,objc,fortran,obj-c++,java,ada >> >> has c++ in the list. >> >> I'm in no way a gcc expert, so where do I go from here? >> >> - Peace >> Dave >> >> >> >> _______________________________________________ >> riak-users mailing list >> riak-users@lists.basho.com >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >> >> > > > -- > Jon Meredith > VP, Engineering > Basho Technologies, Inc. > jmered...@basho.com >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com