Displaying 2 results from an estimated 2 matches for "7egmalecha".
2011 Jul 15
0
[LLVMdev] Makefile Question
...ry so I need to link against
> that otherwise I get undefined symbols.
>
> Does anyone know how to solve this problem with LLVM makefiles?
>
> Thank you.
>
> --
> gregory malecha
> http://www.people.fas.harvard.edu/~gmalecha/
> <http://www.people.fas.harvard.edu/%7Egmalecha/>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2011 Jul 15
2
[LLVMdev] Makefile Question
Hello,
I have a question about how to set up a Makefile that generate a .so that I
can load into opt without getting duplicate symbols. Here's what I have
right now:
LIBRARYNAME=previrt
SHARED_LIBRARY=previrt
LINK_COMPONENTS := transformUtils
LINK_LIBS_IN_SHARED=1
include $(LEVEL)/Makefile.common
LIBS += -lprotobuf
CPPFLAGS += -I${HOME}/.root/usr/include -DGOOGLE_PROTOBUF_NO_RTTI
LDFLAGS