Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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"

  2. #2
    Linux 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.
    -lgtkembedmoz -lxpcom -lmozjs -lxpcom_core -Wl,-R/usr/lib/$(mozlib)
    it is compiled with out errors..
    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"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...