Jeremy Evans [[email protected]] wrote:
>
> You didn't mention what happens when you run `bundle install`. As the
> rails app you are working on uses bundler, running `bundle install` is
> basically the first thing you should do after cloning the repository.
>
I got the bright idea to ln -s /usr/local/bin/eg++ /usr/local/bin/g++46
and then bundle got further... but obviously this version of libv8 doesn't even
support
openbsd.
Installing libv8 (3.11.8.13) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
extension.
/usr/local/bin/ruby18 extconf.rb
creating Makefile
which: g++44: Command not found.
../src/platform-linux.cc:34:23: fatal error: sys/prctl.h: No such file or
directory
compilation terminated.
gmake[1]: ***
[/usr/local/lib/ruby/gems/1.8/gems/libv8-3.11.8.13/vendor/v8/out/x64.release/obj.target/v8_base/src/platform-linux.o]
Error 1
gmake: *** [x64.release] Error 2
Using compiler: /usr/local/bin/g++46
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. \
-Dv8_target_arch=x64 \
-S.x64 -Dv8_can_use_vfp_instructions=true
gmake[1]: Entering directory
`/usr/local/lib/ruby/gems/1.8/gems/libv8-3.11.8.13/vendor/v8/out'