Sha256: da3308ad63e3d4c61f39597b9ece8850e524efb1e8394088e89d5b52e5602c85
Contents?: true
Size: 893 Bytes
Versions: 1
Compression:
Stored size: 893 Bytes
Contents
"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby30-x64/include/ruby-3.0.0/x64-mingw32 -IC:/Ruby30-x64/include/ruby-3.0.0/ruby/backward -IC:/Ruby30-x64/include/ruby-3.0.0 -I. -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0600 -D__MINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -fstack-protector-strong -fno-omit-frame-pointer conftest.c -L. -LC:/Ruby30-x64/lib -L. -pipe -s -fstack-protector-strong -m64 -lx64-msvcrt-ruby300 -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi " x86_64-w64-mingw32-gcc: error: unrecognized command line option '-fstack-protector-strong' x86_64-w64-mingw32-gcc: error: unrecognized command line option '-fstack-protector-strong' checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: int main(int argc, char **argv) 6: { 7: return !!argv[argc]; 8: } /* end */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
win32-api-1.10.1 | ext/mkmf.log |