Explorar o código

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

Stefan Siegl %!s(int64=7) %!d(string=hai) anos
pai
achega
a6d6ee359d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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