search for: _likely_to_conflict_

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

2004 Feb 02
2
[LLVMdev] Libraries? What Libraries?
Hi, I'm trying to figure out which LLVM libraries (er.. object files that is) I should link with my programs. It isn't clear to me what the build output of LLVM is. I tried the new make "install" target and got a plethora of .o files. The few .a files I got had _likely_to_conflict_ names such as "libsupport.a" and "libtarget.a". None of the .o files are shared objects, they're just regular relocatable object files. Is there some documentation on what is in each of these .o and .a files? Is there some aversion to using shared objects? Platform=Linu...
2004 Feb 02
0
[LLVMdev] Libraries? What Libraries?
...: > I'm trying to figure out which LLVM libraries (er.. object files that > is) I should link with my programs. It isn't clear to me what the build > output of LLVM is. I tried the new make "install" target and got a > plethora of .o files. The few .a files I got had _likely_to_conflict_ > names such as "libsupport.a" and "libtarget.a". None of the .o files > are shared objects, they're just regular relocatable object files. > Is there some aversion to using shared objects? Hrm, interesting question that. You can currently build shared libraries...