Re: How to generate compatible firefox for all versions of linux system?

2019-12-16 Thread Mike Hommey
On Tue, Dec 10, 2019 at 10:54:39PM -0800, acnatar...@gmail.com wrote: > Hi all, > > I had built a firefox on ubuntu 16.04 with GCC 5.4.0 and Glibc 2.23 from > Mozilla-central. Exported the package using "./mach package". > > firefox version 72.0a1.en > > When I try to launch the exported

Re: How to generate compatible firefox for all versions of linux system?

2019-12-16 Thread Botond Ballo
According to this page [1], the current minimum version of gcc required to build Firefox trunk is 7.1. If you need to build with gcc 5.4, you may need to build an older release or esr branch rather than current trunk. I don't know if the compiler requirements are documented on a per release basis

How to generate compatible firefox for all versions of linux system?

2019-12-12 Thread acnataraj6
Hi all, I had built a firefox on ubuntu 16.04 with GCC 5.4.0 and Glibc 2.23 from Mozilla-central. Exported the package using "./mach package". firefox version 72.0a1.en When I try to launch the exported firefox from another ubuntu machine with same config ubuntu 16.04, GCC 5.4.0 I was