Re: race issue on configure

2017-01-10 Thread Brian Inglis
On 2017-01-10 07:07, cyg Simple wrote: > On 1/10/2017 9:02 AM, Marco Atzeri wrote: >> On 10/01/2017 14:55, cyg Simple wrote: >>> On 1/10/2017 5:24 AM, Marco Atzeri wrote: I am noticing race problems during configure tests, on both 32 and 64 bit builds. The effect is a random failing

Re: race issue on configure

2017-01-10 Thread cyg Simple
On 1/10/2017 9:02 AM, Marco Atzeri wrote: > On 10/01/2017 14:55, cyg Simple wrote: >> On 1/10/2017 5:24 AM, Marco Atzeri wrote: >>> Hi, >>> >>> I am noticing race problems during configure tests, on >>> both 32 and 64 bit builds. >>> The effect is a random failing test as conftest.exe can not be ac

Re: race issue on configure

2017-01-10 Thread Marco Atzeri
On 10/01/2017 14:55, cyg Simple wrote: On 1/10/2017 5:24 AM, Marco Atzeri wrote: Hi, I am noticing race problems during configure tests, on both 32 and 64 bit builds. The effect is a random failing test as conftest.exe can not be access by the linker. This is caused by your AV scanning the r

Re: race issue on configure

2017-01-10 Thread cyg Simple
On 1/10/2017 5:24 AM, Marco Atzeri wrote: > Hi, > > I am noticing race problems during configure tests, on > both 32 and 64 bit builds. > The effect is a random failing test as conftest.exe can not be access > by the linker. > This is caused by your AV scanning the recently created conftest.exe

race issue on configure

2017-01-10 Thread Marco Atzeri
Hi, I am noticing race problems during configure tests, on both 32 and 64 bit builds. The effect is a random failing test as conftest.exe can not be access by the linker. gcc -o conftest.exe -ggdb -O2 -pipe -Wimplicit-function-decl