Jeremias Reith wrote:
Hi,I solved my problems. The first one was the missing -fno-rtti (I got this from the next thread). The second one were some functions that I had to implement and the third was the static library libxpcomglue.a.
I wan't to embed mozilla but have a lot of problems with unresolved symbols.
Which dynamic and static mozilla librarys do I need at least to successfully embed mozilla?
Currently I am using:
-lxpcom -lnspr4 -lplc4 -lplds4 -lmozz -lmozjs
and
libembed_base_s.a
Greetings
/Jeremias
Now I am using the following librarys:
-lxpcom -lnspr4 -lplc4 -lplds4
and
libembed_base_s.a, libxpcomglue.a
Hope this will be helpful to someone else.
/Jeremias
