svent / jsdetox

A Javascript malware analysis tool
https://svent.dev/projects/jsdetox/
591 stars 79 forks source link

g++4 command not found: while trying to install therubyracer -v '0.9.8' #16

Closed krish203 closed 8 years ago

krish203 commented 9 years ago

OS: RHEL 6 gcc version 4.4.7 20120313 (Red Hat) (GCC)

We will need to create a sym link for gcc4:

ln -s /usr/bin/g++ /usr/bin/g++4

for compilation of v8_value.cpp to succeed

Just FYI

svent commented 8 years ago

Thanks for putting the info here - I will close this now.