There's a problem compiling C++ programs with g++ when linking them with libradius.
libradius use a parameter named "operator" which is a C++ keyword. Also, prototypes have to be enclosed by an extern "C" declaration for the link operation to succeed. Here is a patch where 'operator' is renamed 'Operator' in libradius.h -- Cyrille Lefranc VOLUBILL 80, all�e Saint-Exup�ry ZIRST - 38330 Montbonnot FRANCE
libradius.h.diff
Description: Binary data
