i686-w64-mingw32-gcc -fstack-protector-strong

Marco Atzeri marco.atzeri@gmail.com
Fri Sep 8 15:04:00 GMT 2017


On 08/09/2017 16:14, Lee wrote:
> I'm hoping that I'm just missing a library, but which one?  Even
> better, how to tell which one?
> 
> $ i686-w64-mingw32-gcc -o div.exe div.c
> $ ./div
>    works
> 
> $ i686-w64-mingw32-gcc -fstack-protector-strong -o div.exe div.c
> $ ./div
> C:/cygwin/home/Lee/t/div.exe: error while loading shared libraries: ?:
> cannot open shared object file: No such file or directory
> 
> $ ldd div.exe
>          ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffef5c50000)
>          ??? => ??? (0x778f0000)
>          wow64.dll => /cygdrive/c/WINDOWS/System32/wow64.dll (0x50e50000)
>          wow64win.dll => /cygdrive/c/WINDOWS/System32/wow64win.dll (0x50dd0000)
> 

try
   cygcheck ./div.exe



--
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



More information about the Cygwin mailing list