This package would not build for me using gcc 4.1.1
under Fedora Core 5.
I found that I could get it to build with a single
change to the source code. I had to replace:
int Connection::fdConnect(void);
With:
int fdConnect(void);
In the file:
src/connection.h