Skip to content

Commit a6d6ee3

Browse files
committed
add LDFLAGS="-lstdc++" to ./configure, closes #338 #336
1 parent f1e2c36 commit a6d6ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cd /tmp
7676
git clone https://github.com/phpv8/v8js.git
7777
cd v8js
7878
phpize
79-
./configure --with-v8js=/opt/v8
79+
./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++"
8080
make
8181
make test
8282
sudo make install

0 commit comments

Comments
 (0)