Results 1 to 2 of 2
hi all
i got a doubt with the ".so" of mozilla and firefox....
i am link the following .so to my webbased software.
libgtkembedmoz.so
libxpcom.so
these two are using.....
it ...
- 07-30-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247
mozilla and firefox
hi all
i got a doubt with the ".so" of mozilla and firefox....
i am link the following .so to my webbased software.
libgtkembedmoz.so
libxpcom.so
these two are using.....
it is working fine for mozilla version...
and it is not working for firefox....
why?
how to linkup the ".so" files from firefox to my exe.(in make file)
please help me
thank you in advance"Relationships are built on trust and communication"
- 07-31-2007 #2Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247
i did this
i uninstall the mozilla
rpm -e mozilla
then tried for linking firefox ".so" in the make file...
i dontknow this is the correct process or not.
it is compiled with out errors..-lgtkembedmoz -lxpcom -lmozjs -lxpcom_core -Wl,-R/usr/lib/$(mozlib)
but my exe not running saying that" segmentation fault "...
why it is saying like this...
then how to excute the exe..
please help me
thank you in advance"Relationships are built on trust and communication"


Reply With Quote