From a6d6ee359d4329ab5e2ad98bf4b7fdded2a1afd7 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 26 Nov 2017 12:35:03 +0100 Subject: [PATCH] add LDFLAGS="-lstdc++" to ./configure, closes #338 #336 --- README.Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Linux.md b/README.Linux.md index a45eb7f..6137bdc 100644 --- a/README.Linux.md +++ b/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