Parcourir la source

add LDFLAGS="-lstdc++" to ./configure, closes #338 #336

Stefan Siegl il y a 7 ans
Parent
commit
a6d6ee359d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.Linux.md

+ 1 - 1
README.Linux.md

@@ -76,7 +76,7 @@ cd /tmp
 git clone https://github.com/phpv8/v8js.git
 git clone https://github.com/phpv8/v8js.git
 cd v8js
 cd v8js
 phpize
 phpize
-./configure --with-v8js=/opt/v8
+./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++"
 make
 make
 make test
 make test
 sudo make install
 sudo make install