Subject: Re: pkgsrc NetBSD 2.0_RC5/i386 bulk build results 2004-12-13
To: Johnny C. Lam <jlam@NetBSD.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-bulk
Date: 12/23/2004 05:10:37
On Thu, 16 Dec 2004 17:57:48 +0100
Thomas Klausner <wiz@NetBSD.org> wrote:
> > converters/bibtex2html minskim@NetBSD.org
>
> Missing libdl.
Caused by mk/dlopen.builtin.mk 1.7, which added
BUILDLINK_TRANSFORM+=rm:-ldl to hide -ldl. This affected lang/ocalm.
During configure, lang/ocaml tests if -ldl is needed, and if it is,
makes ocamlopt.opt use the option in compiling Calm files. Hiding
-ldl fools configure and results in the ocamlopt.opt binary with
"-ldl" built-in, so ocamlopt.opt cannot be used on machines without
libdl.
Johnny, could you please fix this?
Regards,
--
Min Sik Kim