Ok, as mentioned in my last thread I'm intending to only use the
gecko-sdk, sparing me from having to build the whole of Mozilla, using
jam for my project. It's progressing pretty well so far, but there is an
inconsistency I cannot really explain (maybe I'm just stupid). As long
as I use the dynamic libraries everything works fine, but I want to
avoid havin to ship nspr4.dll plc4.dll and plds4.dll with my exe, since
they are available over the GRE anyway. Thus I need only to link the
code from the static versions from these libraries needed, until GRE is
set up (which is working fine in my dynamic builds). Yet, when I want to
compile with static libraries, the linker cannot find the needed Symbols
from the staic versions of the mentioned libs. When I extract the
objects and link to them it works, but that is a hideous workaround and
really messing up the directory and the jam-file. So why are the symbols
from the static versions not exported? Or am I missing something?
Cheers
Jan Schukat
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding