Hi!
I have error window on crashing conftest during configure program. This
error is only on 64-bit configure when on 32-bit its ok.
I compare config.log's and crash is on:

configure:14317: checking for working tzset()
configure:14393: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -pipe
-fomit-frame-pointer -I/temp/x64-4.7.2-release-posix-sjlj-rev1-libs/include
-fwrapv -DNDEBUG -D__USE_MINGW_ANSI_STDIO=1
 -IC:/gccbuild/msys/temp/x64-4.7.2-release-posix-sjlj-rev1-libs/include
-IC:/gccbuild/msys/temp/x64-4.7.2-release-posix-sjlj-rev1-libs/include/ncurses
-IC:/gccbuild/msys/temp/x64-4.7.2-release-posix-sjlj-rev1-prefix/opt/include
-pipe -L/temp/x64-4.7.2-release-posix-sjlj-rev1-libs/lib
-L/temp/x64-4.7.2-release-posix-sjlj-rev1-prefix/bin
-LC:/gccbuild/msys/temp/x64-4.7.2-release-posix-sjlj-rev1-prefix/opt/lib
-LC:/gccbuild/msys/temp/x64-4.7.2-release-posix-sjlj-rev1-libs/lib
conftest.c  >&5
conftest.c:163:14: warning: 'tzname' redeclared without dllimport
attribute: previous dllimport ignored [-Wattributes]
configure:14393: $? = 0
configure:14393: ./conftest.exe

When on 32-bit is:

configure:14317: checking for working tzset()
configure:14393: i686-w64-mingw32-gcc -o conftest.exe -O2 -pipe
-fomit-frame-pointer -I/temp/x32-4.7.2-release-posix-sjlj-rev1-libs/include
-fwrapv -DNDEBUG -D__USE_MINGW_ANSI_STDIO=1
 -IC:/gccbuild/msys/temp/x32-4.7.2-release-posix-sjlj-rev1-libs/include
-IC:/gccbuild/msys/temp/x32-4.7.2-release-posix-sjlj-rev1-libs/include/ncurses
-IC:/gccbuild/msys/temp/x32-4.7.2-release-posix-sjlj-rev1-prefix/opt/include
-pipe -L/temp/x32-4.7.2-release-posix-sjlj-rev1-libs/lib
-L/temp/x32-4.7.2-release-posix-sjlj-rev1-prefix/bin
-LC:/gccbuild/msys/temp/x32-4.7.2-release-posix-sjlj-rev1-prefix/opt/lib
-LC:/gccbuild/msys/temp/x32-4.7.2-release-posix-sjlj-rev1-libs/lib
conftest.c  >&5
conftest.c:164:14: warning: 'tzname' redeclared without dllimport
attribute: previous dllimport ignored [-Wattributes]
configure:14393: $? = 0
configure:14393: ./conftest.exe
configure:14393: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
...

Does anybody know how to resolve this?
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to