FS#44767 - [mingw-w64-gcc] please remove --disable-libssp from the gcc build flags
Attached to Project:
Community Packages
Opened by Thomas Pöchtrager (tp) - Tuesday, 28 April 2015, 17:42 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 29 April 2015, 21:20 GMT
Opened by Thomas Pöchtrager (tp) - Tuesday, 28 April 2015, 17:42 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 29 April 2015, 21:20 GMT
|
Details
libssp is required for -fstack-protector(-all).
$ echo "int main(){return 0;}" | i686-w64-mingw32-gcc -fstack-protector-all -xc - /usr/lib/gcc/i686-w64-mingw32/5.1.0/../../../../i686-w64-mingw32/bin/ld: cannot find -lssp_nonshared /usr/lib/gcc/i686-w64-mingw32/5.1.0/../../../../i686-w64-mingw32/bin/ld: cannot find -lssp collect2: error: ld returned 1 exit status |
This task depends upon
FS#42313?FS#42313is a Go problem?