From 58c9d0a1a21105680c4d5d3c14125e4e1e98a802 Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Sun, 25 Apr 2010 00:27:44 +0000 Subject: [PATCH] . git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@219 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 ++ configure.ac | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 33f4c69..3479e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.14 (NOT YET RELEASED) + - build fix (missing dependency in test directory) 0.13: - Fix for when the number of connections gets too great in RPC. (Leszek Swirski) (issue #32) diff --git a/configure.ac b/configure.ac index 476bd32..8e8f3f2 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,11 @@ if test $BUILD_PROTOC_C = 1; then or if you have it installed in a custom location you must add '-Iincludedir' to CXXFLAGS and '-Llibdir' to LDFLAGS. + + If you did not specify a prefix when installing + protobuf, try + './configure CXXFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' + In some 64-bit environments, try LDFLAGS=-L/usr/local/lib64. ])]) pbc_savelibs="$LIBS" LIBS="$LIBS -lprotoc -lprotobuf -lpthread"