27 Jul
2013
27 Jul
'13
12:03 p.m.
Arran Cudbard-Bell wrote:
Maybe he's also using a C++ library. Which doesn't really interact well with a C executable.
He is.
Ah. Then the answer is largely "tough". C++ executables can link to C libraries. C executables can't link to C++ libraries. He'll need to build FreeRADIUS with a C++ compiler, which makes it a C++ executable. Good luck with that. Alan DeKok.