search for: have_libpsapi

Displaying 4 results from an estimated 4 matches for "have_libpsapi".

2009 Oct 02
2
[LLVMdev] llvm build errors on windows/mingw32
...was mistaken, as Yonggang pointed out to me privately; > mingw32 does come with a libpsapi.lib file, but in your case it does not > get added to the libs to be linked with, apparently. > > In my case, the configure script does check for the existence of > libpsapi.a, and adds both a HAVE_LIBPSAPI define to config.h, and > -lpsapi to LIBS. > > Can you find anything in your config.log file about libpsapi? #define HAVE_LIBPSAPI 1 in config.h Ronald
2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...cluded. My apologies, I was mistaken, as Yonggang pointed out to me privately; mingw32 does come with a libpsapi.lib file, but in your case it does not get added to the libs to be linked with, apparently. In my case, the configure script does check for the existence of libpsapi.a, and adds both a HAVE_LIBPSAPI define to config.h, and -lpsapi to LIBS. Can you find anything in your config.log file about libpsapi?
2009 Oct 02
2
[LLVMdev] llvm build errors on windows/mingw32
> On 2009-10-02 01:07, 罗勇刚(Yonggang Luo) wrote: > > Well, Now I get the solution. > > Please, someone can apply the patch. > > > > Just modify the makefile resident in lib/System > > > > But, a new error is appeared > > llvm[2]: Linking Debug unit test ADT > >
2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...pointed out to me privately; > > mingw32 does come with a libpsapi.lib file, but in your case it does not > > get added to the libs to be linked with, apparently. > > > > In my case, the configure script does check for the existence of > > libpsapi.a, and adds both a HAVE_LIBPSAPI define to config.h, and > > -lpsapi to LIBS. > > > > Can you find anything in your config.log file about libpsapi? > > #define HAVE_LIBPSAPI 1 > in config.h I had a close look at the link line, and -lpsapi is specified before -lLLVMSystem (which is giving the error)...