소스 검색

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