Displaying 2 results from an estimated 2 matches for "s_ger".
Did you mean:
d_ger
2004 Sep 28
1
[LLVMdev] Linking tblgen debug executable (without symbols) onMinGW
>From: Jeff Cohen <jeffc at jolt-lang.org>
>Date: Sat, 25 Sep 2004 15:26:56 -0700
>
>Yes. You need to link with dbghelp.lib and psapi.lib. There are
>pragmas to force this, but not surprisingly gcc does not honor Microsoft
>pragmas.
I can't find the above libs. Where are they located on your system?
Are there any dll pendants?
Henrik
2004 Sep 29
1
[LLVMdev] Linking tblgen debug executable (without symbols)onMinGW
>From: Jeff Cohen <jeffc at jolt-lang.org>
>Date: Tue, 28 Sep 2004 13:05:16 -0700
>
>They are part of the Platform SDK from Microsoft, part of Visual Studio.
>They correspond to Window system DLLs dbghelp.dll and psapi.dll in
Arrrggg, I forget this relation...
>\winnt\system32. If you do not have these libs, then you are out of
>luck. Mingw should have provided them