|
From: Tatsuro M. <tma...@ya...> - 2023-06-25 01:01:20
|
Ethan Thanks for the reply. > Under Windows + mingw it is This is also true on cygwin. Under Windows + mingw and cygwin it is Tatsuro > ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "Tatsuro MATSUOKA" <tma...@ya...> > Cc: "beta" <gnu...@li...> > Date: 2023/06/25 日 00:57 > Subject: Re: Commit [36a21d] > > > 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 |