|
From: Miklos S. <mi...@sz...> - 2006-01-10 10:17:49
|
> Most of fuse seems to have the typical
>
> #ifdef cplusplus
> extern "C" {
> #endif
>
> clause which ensures that the linking against fuse works. However, there
> is no such clause in fuse_common.h (at least in my version), so a C++
> program which calls fuse_mount() will get a linker error.
AFAICS every released version has it. Maybe you are using some
ancient prerelease or CVS checkout?
Miklos
|