Bug#389637: cduce: problem of interfacing with libpcre-ocaml

2006-09-27 Thread Thomas Petazzoni
Hi, Le Tue, 26 Sep 2006 22:52:15 +0200, francois <[EMAIL PROTECTED]> a écrit : > $ cduce --compile cduceTest.cd > $ ocamlc -c -I /usr/lib/ocaml/3.09.2/cduce -pp "cduce > --mlstub" -impl cduceTest.cdo $ ocamlc > -I /usr/lib/ocaml/3.09.2/cduce/ -I /usr/lib/ocaml/3.09.2/pcre > pcre.

Bug#389637: cduce: problem of interfacing with libpcre-ocaml

2006-09-26 Thread francois
Package: cduce Version: 0.4.0-4+b1 Severity: important I do not know exactly if the bug come from cduce or libpcre or something else but the fact is that you cannot compile something which needs both pcre.cma and cduce.cma both . For example : $ cduce --compile cduceTest.cd $