Subject: Re: runtile loadable libs
To: User Noud <noud@knot.nl>
From: Dan Winship <danw@helixcode.com>
List: tech-pkg
Date: 11/09/2000 16:12:31
> but me ..being not used to port a pkg in that
> uses runtime loadable libs need more examples.

If the problem is that it can't resolve some symbols when loading
modules, you might need to pass -export-dynamic to libtool when
building either the main program or the modules or both. The libtool
info page has more info on that. (Things usually work fine on Linux
whether or not you pass that flag, which means that many apps don't
include it when they're supposed to.)

-- Dan