Henrik Bach
2004-Sep-28 18:46 UTC
[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 _________________________________________________________________ Find det, du s�ger med MSN S�g http://search.msn.dk/
Jeff Cohen
2004-Sep-28 20:05 UTC
[LLVMdev] Linking tblgen debug executable (without symbols) onMinGW
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
Apparently Analagous Threads
- [LLVMdev] Linking tblgen debug executable (without symbols)onMinGW
- [LLVMdev] Files to lib/System/Win32
- [LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
- [LLVMdev] VC++: Cannot open include file: 'windows.h': No suchfileor directory
- [LLVMdev] VC++: Cannot open include file:'windows.h':No suchfileor directory