Index: /trunk/ccl/level-0/l0-cfm-support.lisp
===================================================================
--- /trunk/ccl/level-0/l0-cfm-support.lisp	(revision 4855)
+++ /trunk/ccl/level-0/l0-cfm-support.lisp	(revision 4856)
@@ -249,11 +249,11 @@
   
 (defun init-shared-libraries ()
-  #+freebsd-target (dbg)
   (setq *dladdr-entry* (foreign-symbol-entry "dladdr"))
   (when (null *shared-libraries*)
     (%walk-shared-libraries #'shlib-from-map-entry)
     (dolist (l *shared-libraries*)
-      ;;; It seems to be necessary to open each of these libraries
-      ;;; yet again, specifying the RTLD_GLOBAL flag.
+      ;;; On Linux, it seems to be necessary to open each of these
+      ;;; libraries yet again, specifying the RTLD_GLOBAL flag.
+      ;;; On FreeBSD, it seems desirable -not- to do that.
       #+linux-target
       (%dlopen-shlib l)
