ale-
> Da: Pedro Alves [mailto:pe...@palves.net]
> Inviato: mercoledì 29 marzo 2017 12:38
> A: Davide Piombo; 'Trevor Saunders'
> Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org'
> Oggetto: Re: R: R: R: Plugin development under windows
>
> On 0
On 03/29/2017 08:30 AM, Davide Piombo wrote:
> Hi Trevor, thanks for your hint.
>
> Yesterday I made some other tests. I tried to use CygWin instead of
> MinGW and the POSIX missing references are now solved. Now the error
> have moved from the compiler to the linker and the build stops
> because
09
> A: Davide Piombo
> Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org'
> Oggetto: Re: R: R: Plugin development under windows
>
> On Tue, Mar 28, 2017 at 07:51:47AM +, Davide Piombo wrote:
> > Hi Joseph,
> > OK, thanks, now it clear to me
I
suspect your mingw enviroment is not setup correctly.
Trev
>
> Thanks in advance
> Davide
>
>
> > -Messaggio originale-
> > Da: Joseph Myers [mailto:jos...@codesourcery.com]
> > Inviato: lunedì 27 marzo 2017 18:56
> > A: Davide Piombo
> &
some other changes.
What do you think about that?
Thanks in advance
Davide
> -Messaggio originale-
> Da: Joseph Myers [mailto:jos...@codesourcery.com]
> Inviato: lunedì 27 marzo 2017 18:56
> A: Davide Piombo
> Cc: David Malcolm; 'gcc@gcc.gnu.org'
> Oggetto
On Mon, 27 Mar 2017, Davide Piombo wrote:
> Sorry but it is not clear to me if the point is that the plugin
> development must include some windows-related code that I'm actually
> missing or if the problem is on the GCC side, that is inside GCC the
> code section that loads the dll, or part of
Hi Joseph,
thanks a lot for your answer.
Sorry but it is not clear to me if the point is that the plugin development
must include some windows-related code that I'm actually missing or if the
problem is on the GCC side, that is inside GCC the code section that loads the
dll, or part of it, is m
Hi Dave,
thanks a lot for your ready answer.
> > The final platform target of the plugin is (unfortunately ;-))
> Windows
> > and = I tried to rebuild the plugin using MinGW compiler (both with
> > the Linux ver= sion as well by using MSYS2 and win-builds MinGW
> > compilers for windows) but= th