[mosh-users] why i failed to build mosh? i haveinstalledprotobuf, but configure said it cannot find it, why?

Anders Kaseorg andersk at MIT.EDU
Fri Jun 13 02:49:07 EDT 2014


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


More information about the mosh-users mailing list