R: R: R: R: Plugin development under windows

2017-03-30 Thread Davide Piombo
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

Re: R: R: R: Plugin development under windows

2017-03-29 Thread Pedro Alves
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

R: R: R: Plugin development under windows

2017-03-29 Thread Davide Piombo
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

Re: R: R: Plugin development under windows

2017-03-28 Thread Trevor Saunders
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 > &

R: R: Plugin development under windows

2017-03-28 Thread 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

Re: R: Plugin development under windows

2017-03-27 Thread Joseph Myers
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

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
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

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
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