gcc compatibility issues with firefox Gecko SDK
usha thulasiram <[email protected]> Wed, 9 Nov 2011 00:29:35 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <dfe4b28f-342b-45b6-8b3a-bf49ee3167c3@j36g2000prh.googlegroups.com> |
I am developing an extension for FF4 on Linux platform using Firefox native Gecko SDK. Earlier I faced compilation issues of Firefox 4.0 sdk with the older version of gcc(3.3). From the forums got to know that latest gcc has to be used. With RHEL 6.0 (default gcc is 4.4) I was able to build the extension native shared object. When I tried running that extension shared object(built on RHEL 6.0) on the lower version of RHEL(5.4,5.6 etc) I got the following error =93ELF file OS ABI invalid=94. My intension is getting this extension shared objects working on RHEL 4.0 to RHEL 6.0. How do I achieve this as I would like use it wherever the FF4 is there. Appreciate your help.