Package: libfuse2
Version: 2.7.4-1.1
Severity: normal
Hi,
I'm writing fuse bindings for ocaml that support both the lowlevel and
highlevel interface. Now I'm stuck at the lowlevel interface with the
following error:
../lib/libfuse_stubs.a(fuse_stubs.o): In function `caml_fuse_reply_bmap_stub':
libfuse-ocaml-0.3/lib/fuse_stubs.c:1421: undefined reference to
`fuse_reply_bmap'
The problem, as far as I figure, is that lib/fuse_versionscript does
not list that symbol so it isn't exported. It is a public symbol
though since it is declared in include/fuse_lowlevel.h as:
int fuse_reply_bmap(fuse_req_t req, uint64_t idx);
MfG
Goswin
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable-i386
APT policy: (500, 'unstable-i386'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29.4-frosties-1
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages libfuse2 depends on:
ii libc6 2.9-12 GNU C Library: Shared libraries
libfuse2 recommends no packages.
Versions of packages libfuse2 suggests:
ii fuse-utils 2.7.4-1.1 Filesystem in USErspace (utilities
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]