Re: [Mingw-w64-public] _FORTIFY_SOURCE and libtool

2019-09-23 Thread ralph engels
i686-w64-mingw32-gcc -pipe -Wl,--dynamicbase,--nxcompat -s   -o python.exe \     Modules/python.o \     -L. -lpython2.7    -lm ./python.exe -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \     echo "generate-posix-vars failed" ; \     rm -f ./py

Re: [Mingw-w64-public] [PATCH] include/uxtheme: update header file

2019-09-23 Thread Biswapriyo Nath
Did anyone see this patch? Any comment. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] _FORTIFY_SOURCE and libtool

2019-09-23 Thread Liu Hao
在 2019/9/24 上午3:31, ralph engels 写道: > After removing _FORTIFY_SOURCE=2 from CPPFLAGS in pacmans scripts > ncurses builds again, > > no need for libssp either unless you actually want stack smashing > protection. > > Seems some recent change in the runtime libraries causes this flag to > break st

Re: [Mingw-w64-public] _FORTIFY_SOURCE and libtool

2019-09-23 Thread ralph engels
After removing _FORTIFY_SOURCE=2 from CPPFLAGS in pacmans scripts ncurses builds again, no need for libssp either unless you actually want stack smashing protection. Seems some recent change in the runtime libraries causes this flag to break stuff :/ it also caused python2 to fail building

Re: [Mingw-w64-public] _FORTIFY_SOURCE and libtool

2019-09-23 Thread ralph engels
I just ran into the same problem building ncurses C:/Msys64/mingw64/lib/gcc/x86_64-w64-mingw32/7.4.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Msys64\tmp\ccN4JUOd.o:make_hash.c:(.text+0x98): undefined reference to `__strcat_chk' C:/Msys64/mingw64/lib/gcc/x86_64-w64-mingw32/7.4.0/../../../..