git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@219 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2010-04-25 00:27:44 +00:00
parent 6b70f1c011
commit 58c9d0a1a2
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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"