From owner-freebsd-ports Wed Jul 21 2:31:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from king.ki.informatik.uni-frankfurt.de (king.ki.informatik.uni-frankfurt.de [141.2.10.16]) by hub.freebsd.org (Postfix) with ESMTP id AE1761549E for ; Wed, 21 Jul 1999 02:31:29 -0700 (PDT) (envelope-from marko@king.ki.informatik.uni-frankfurt.de) Received: (from marko@localhost) by king.ki.informatik.uni-frankfurt.de (8.8.6 (PHNE_14041)/8.7.1) id RAA13801; Wed, 16 Jun 1999 17:05:06 +0200 (MESZ) To: freebsd-ports@freebsd.org Subject: boehm-gc and dynamic library support Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=NIL From: Marko Schuetz Date: 16 Jun 1999 17:05:06 +0200 Message-ID: <86n1y0faot.fsf@king.ki.informatik.uni-frankfurt.de> Lines: 12 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The boehm-gc port does currently not support dynamic libraries. From a quick glance at dyn_load.c I see that there might be two ways of registering dynamic libraries. One seems to be using procfs the other using _DYNAMIC etc. Has anyone (likely more knowledgeable about this than I) looked into this or maybe already done this? If not, which of these to approaches seems cleaner/more efficient/easier to implement?? Marko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message