Menu

#9 Patch needed to compile under gcc 4.1.1

open
nobody
None
5
2006-08-23
2006-08-23
No

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

Discussion


Log in to post a comment.

Auth0 Logo