On Fri, 13 Jun 2014, wowmailman wrote:
> make clean
> export protobuf_CFLAGS=-I/home/bigforest/ins_t/include
> export protobuf_LIBS=-L/home/bigforest/ins_t/lib
> export PKG_CONFIG_PATH=/home/bigforest/ins_t/lib/pkgconfig
> ./configure --prefix=$HOME/ins_t
> make

Can you try again without protobuf_CFLAGS and protobuf_LIBS (unset them if 
necessary), keeping only PKG_CONFIG_PATH?  protobuf_CFLAGS and 
protobuf_LIBS are preventing the linker from seeing the needed -l flags.

Anders
_______________________________________________
mosh-users mailing list
mosh-users@mit.edu
http://mailman.mit.edu/mailman/listinfo/mosh-users

Reply via email to