static executable w/DLL's

Raffaele Sena raff at aromatic.com
Tue Dec 29 06:18:03 PST 1998


On Tue, 29 Dec 1998, Dirk Grunwald wrote:

> 
> For a number of reasons (primarily space and to simplify support), I'd
> like to have a staticly linked "native" libraries (ie configure using
> --with-staticlib) but still allow native libraries to be loaded.
> 
	You can already partially do it for the VM stuff, by
	uncommenting the following 2 lines in config/<proc>/config.frag
	(and it works for ARM too :) 

	    KAFFELINK="-Wl,--export-dynamic"
	    vm_dynamic_library=no

	Maybe by looking on how this is implemented you can extend it
	to other libraries.

-- Raffaele

-------------------------------------------------------------------------
raff at aromatic.com           (::)           http://www.aromatic.com/~raff/
                  http://www.aromatic.com/



More information about the kaffe mailing list