Displaying 5 results from an estimated 5 matches for "lprotobuf".
Did you mean:
protobuf
2011 Jul 15
2
[LLVMdev] Makefile Question
...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 += -Wl,-L${HOME}/.root/usr/lib/
PROTOC=${HOME}/.root/usr/bin/protoc
I'm pretty sure the problem comes from LINK_LIBS_IN_SHARED, but my code
depends on the google protobuf library so I need to link against that
otherwise...
2011 Jul 15
2
[LLVMdev] Makefile Question
...spect that the opt
> binary already contains everying in the transformUtils library.
>
> -- John T.
>
>
> 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 += -Wl,-L${HOME}/.root/usr/lib/
> PROTOC=${HOME}/.root/usr/bin/protoc
>
> I'm pretty sure the problem comes from LINK_LIBS_IN_SHARED, but my code
> depends on the google protobuf library so I ne...
2011 Jul 15
0
[LLVMdev] Makefile Question
...ENTS below? I suspect that the opt
binary already contains everying in the transformUtils library.
-- John T.
>
> 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 += -Wl,-L${HOME}/.root/usr/lib/
> PROTOC=${HOME}/.root/usr/bin/protoc
>
> I'm pretty sure the problem comes from LINK_LIBS_IN_SHARED, but my
> code depends on the google protobuf library so I n...
2011 Jul 15
0
[LLVMdev] Makefile Question
...everying in the transformUtils library.
>>
>> -- John T.
>>
>>
>> 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 += -Wl,-L${HOME}/.root/usr/lib/
>> PROTOC=${HOME}/.root/usr/bin/protoc
>>
>> I'm pretty sure the problem comes from LINK_LIBS_IN_SHARED, but my code
>> depends on the goo...
2011 Feb 25
1
R CMD build error (RProtoBuf on windows)
...o wrapper_EnumDesc
riptor.o wrapper_EnumValueDescriptor.o wrapper_FieldDescriptor.o wrapper_FileDes
criptor.o wrapper_Message.o wrapper_MethodDescriptor.o wrapper_ServiceDescriptor
.o wrapper_ZeroCopyInputStream.o C:/Devel/R-2.12/library/Rcpp/lib/i386/libRcpp.a
-Lc:/Devel/mingw/msys/1.0/local/lib -lprotobuf -LC:/Devel/R-2.12/bin/i386 -lR
Info: resolving google::protobuf::FieldDescriptor::kTypeToCppTypeMap by lin
king to __imp___ZN6google8protobuf15FieldDescriptor17kTypeToCppTypeMapE (auto-im
portc:/devel/rtools/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/l
d.exe: warning: auto-impo...