From: Ethan A M. <me...@uw...> - 2023-06-24 15:57:55
|
Thank you for catching that. The "-fPIC" flag should have been added to the previous example command, the one for linux. Ethan On Fri, Jun 23, 2023 at 11:55 PM Tatsuro MATSUOKA via gnuplot-beta <gnu...@li...> wrote: > > 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://urldefense.com/v3/__https://bugs.webkit.org/show_bug.cgi?id=163949__;!!K-Hz7m0Vt54!jBF_aoqeTsaFf72wifSDQ-GopXPU9-4IpIwvRSENh-r0xtrJ-MD4LVRY3HP5A_6Br1lExVzif4elmnlMcXpyHjzUyma7UQ$ > > Tatsuro > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!jBF_aoqeTsaFf72wifSDQ-GopXPU9-4IpIwvRSENh-r0xtrJ-MD4LVRY3HP5A_6Br1lExVzif4elmnlMcXpyHjxbN-9g9w$ -- Ethan A Merritt Department of Biochemistry University of Washington, Seattle |