search for: __imp__set_abort_behavior

Displaying 2 results from an estimated 2 matches for "__imp__set_abort_behavior".

2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...kernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd . lib/libLLVMSupportD.a(Signals.cpp.obj): In function `llvm::sys::PrintStackTraceOnErrorSignal()': D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined reference to `__imp__set_abort_behavior' D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:286: undefined reference to `__imp__set_abort_behavior' collect2.exe: error: ld returned 1 exit status So, _set_abort_behavior is not found. This should be solvable by specifying a newer MSVCRT version (see http://sourceforge.net...
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
...shell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd . > > lib/libLLVMSupportD.a(Signals.cpp.obj): In function > `llvm::sys::PrintStackTraceOnErrorSignal()': > > > > D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined > reference to `__imp__set_abort_behavior' > > > > D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:286: undefined > reference to `__imp__set_abort_behavior' > > > > collect2.exe: error: ld returned 1 exit status > > > > So, _set_abort_behavior is not found. This should be solvable by...