I found in Commit [36a21d]
+++ b/demo/plugin/README
@@ -23,12 +23,12 @@
Under Windows + mingw it is
- gcc -shared -lm -o newprogram.dll newprogram.c
+ gcc -shared -lm -fPIC -o newprogram.dll newprogram.c
As far as I know, -fPIC is not effective on WIndows.
https://bugs.webkit.org/show_bug.cgi?id=163949
Tatsuro
|