Jonildo - 2017-08-09

Hi everyone, Im trying to run the test files on my windows machine but, I get the following error message:
C:/Program Files (x86)/mingww64/dwarf/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.1.0/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-atonexit.o):atonexit.c:(.text+0xc0): multiple definition of `atexit'
C:\Python34\libs/libmsvcr100.a(duajs01110.o):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
error: Command "g++ -shared auto_temp\Release\auto_temp\src.win32-3.4\auto_temp\auto_lorenz_vf_wrap.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\auto.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\autlib1.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\autlib2.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\autlib3.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\autlib4.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\autlib5.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\eispack.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\conpar.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\setubv.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\reduce.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\dmatrix.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\fcon.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\cabs.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\d_lg10.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\i_nint.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\pow_di.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\r_lg10.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\z_exp.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\d_imag.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\d_sign.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\i_dnnt.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\pow_dd.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\pow_ii.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\z_abs.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module..\src\libf2c\z_log.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module\automod.o auto_temp\Release\python34\lib\site-packages\pydstool\pycont\auto\module\interface.o auto_temp\Release\pydstool\rcp\examples\auto_temp\lorenz_vf.o -L./ -LC:\Python34\libs -LC:\Python34\PCbuild -lpython34 -lmsvcr100 -o ._auto_Lorenz_vf.pyd -w -m32" failed with exit status 1

Can someone please help me

Thanks,

Jonildo