On Sat, 7 Oct 2017 11:52:57, JonY wrote:
The following packages have been uploaded to the Cygwin distribution:
* mingw64-i686-binutils-2.29.1.787c9873-1
* mingw64-x86_64-binutils-2.29.1.787c9873-1
This should resolve 32bit linking.
Confirmed fixed, thanks; but wasnt it 64bit linking messed up to? Anyway here is
my result:
$ cygcheck -s | grep -e binutils -e gcc
mingw64-x86_64-binutils 2.29.1.787c9873-1 OK
mingw64-x86_64-gcc-core 6.3.0-1 OK
mingw64-x86_64-gcc-g++ 6.3.0-1 OK
$ cat z.cpp
#include <iostream>
main() {
std::cout << "cout test\n";
}
$ x86_64-w64-mingw32-g++ -static -o z z.cpp
$ ./z
cout test
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple