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
 

_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to