[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

camlgz, camlrpc, cduce for Ocaml 3.09



Hi,

I've updated the camlrpc, cduce and camlgz packages for OCaml 3.09 in
the SVN repository. They all compile fine. However, the compilation of
CDuce issues some warnings:

/usr/bin/ld: warning: libgnutls.so.12, needed by /usr/lib/libcurl.so,
may conflict with libgnutls.so.11

On my system, I have:

$ ldd /usr/lib/libcurl.so | grep gnutls
        libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7e97000)

$ ldd /usr/lib/ocaml/3.09.0/stublibs/dllcurl-helper.so | grep gnutls
        libcurl-gnutls.so.3 => /usr/lib/libcurl-gnutls.so.3 (0xb7f58000)
        libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0xb7e2e000)
        libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7c46000)

Can I safely ignore this warning ?

Moreover, the application that I use to test cduce, camlrpc and camlgz
doesn't compile. I get a lot of messages like:

/usr/lib/ocaml/3.09.0/cduce/cduce_lib.a(cduce_lib.o): In function
`camlCduce_lib__code_begin': undefined reference to
`camlStats' /usr/lib/ocaml/3.09.0/cduce/cduce_lib.a(cduce_lib.o): In
function `camlCduce_lib__code_begin': undefined reference to
`camlCustom'

with many caml* symbols. What's wrong ?

(Note: camlgz is not yet in the Debian distribution.)

Thanks,

Thomas
-- 
PETAZZONI Thomas - thomas.petazzoni@enix.org 
http://{thomas,sos,kos}.enix.org - Jabber: thomas.petazzoni@jabber.dk
http://{agenda,livret}dulibre.org - http://www.toulibre.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7

Attachment: signature.asc
Description: PGP signature


Reply to: