On Sun, Jul 31, 2005 at 12:25:14PM +0200, Kurt Roeckx wrote:
> The log was from amd64, but it failed on hppa too.
Could you please try the attached patch to see if it fixes the problem?
TIA,
Cheers.
--
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-
diff -u -r pcre-ocaml-5.10.0.bak/OCamlMakefile pcre-ocaml-5.10.0/OCamlMakefile
--- pcre-ocaml-5.10.0.bak/OCamlMakefile 2005-07-31 12:30:25.000000000 +0200
+++ pcre-ocaml-5.10.0/OCamlMakefile 2005-07-31 12:30:59.000000000 +0200
@@ -886,6 +886,7 @@
else
$(DLLSONAME): $(OBJ_LINK)
$(OCAMLMKLIB) $(INCFLAGS) $(CLIBFLAGS) \
+ -ccopt $(PIC_CFLAGS) \
-o $(CLIB_BASE) $(OBJ_LINK) $(CLIBS:%=-l%) \
$(OCAMLMKLIB_FLAGS)
endif