search for: libdbghelp

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

Did you mean: ldbghelp
2004 Oct 25
1
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
...d or has already been supplied to the configure >script. Ok. >For libraries internal to LLVM, we add the library to the USEDLIBS variable >in the program's Makefile. > >How we should handle the problem depends upon whether this will be needed >for all programs and whether libdbghelp will be part of the LLVM source >tree. Ok. However, the libdgbhelp isn't provided (so far, though you have access to the system interface through header files) on MinGW. But, you have the option to make your own libraries from system dll's on MinGW. For LLVM, libdbghelp is an exter...
2004 Oct 25
1
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Yes, that's my understanding, too. But I'm not controlling where my library -ldbghelp is put when g++ is called. I just put it in the TOOLLINKOPTS variable in Makefile.config. Henrik >From: Reid Spencer <reid at x10sys.com> > >John Criswell wrote: >> >>It seems that the -L path options are specified before the LLVM libraries >>(libSystem and