Current HEAD will never build on Mac OS X

Bill Gribble grib@linuxdevel.com
03 Feb 2002 11:06:28 -0600


On Sun, 2002-02-03 at 08:55, Peter O'Gorman wrote:
> Please use -module only for things which need to be loaded at 
> runtime, anything that needs to be linked against doesn't need 
> this.

Please don't "fix" this.  The use of -module is intentional and removing
it will break gnucash.  At the moment, gnucash depends on being able to
both link against and dynamically load its modules.  That's unfortunate,
but fixing the problem will require much more than just removing
-module. 

It's unfortunate that this breaks compilation on Mac OS X.  Is there any
way to make it possible to both link against and runtime load libraries
on that OS?

Thanks,
Bill Gribble