浏览代码

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

Stefan Siegl 7 年之前
父节点
当前提交
a6d6ee359d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 cd v8js
 phpize
-./configure --with-v8js=/opt/v8
+./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++"
 make
 make test
 sudo make install