[LLVMdev] Linking tblgen debug executable (without symbols) onMinGW

Jeff Cohen jeffc at jolt-lang.org
Tue Sep 28 13:05:16 PDT 2004


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
\winnt\system32.  If you do not have these libs, then you are out of
luck.  Mingw should have provided them as they provided the matching
header files.


On Tue, 28 Sep 2004 20:46:38 +0200
"Henrik Bach" <henrik_bach_llvm at hotmail.com> wrote:

> >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
> 
> _________________________________________________________________
> Find det, du s_ger med MSN S_g http://search.msn.dk/
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list