On Sat, 26 Mar 2011 09:45:22 -0500 (CDT) [email protected] wrote: > Mar 26, 2011 04:20:04 AM, Andrew Breton wrote: > > > > ldd '/usr/lib/firefox/firefox-bin' > > ... > > libpng14.so.14 => /usr/lib/libpng14.so.14 (0xb7060000) > > ... > > > As you can see, firefox.bin is linked to libpng14.so.14 so > > --enable-system-png obviously works fine... > > There's another possibility; it is superfluous :) > > Unfortunately, we're not on the same page. > We're professionals, not interested in personal arguments. > So let's technically meet on the same page, yours, mine or > anybody else's for that matter. > > MY page ------------------------------------------------------------->: > > NOTE: > please read it carefully, and try to UNDERSTAND _exactly_ > what I've been claiming - even if you DISAGREE. > All is based on _my_ tests, experience. Your (or somebody > else's) mileage may vary. > BTW, as far as it goes, our mileage is in sync so far. > > 1. Firefox does NOT compile with --with-system-png ON. > Period. > Yes it does.
> BTW, this is the only thing I've been forcefully and clearly > saying from the very beginning. Period. > The notion "enable" was introduced by you later, as if by > misreading my word "with". > > 2. --enable-system-png is NOT equivalent to --with-system-png. > At the very least it is not documented in './configure --help'. > IMHO, it DON'T matter if one uses it or not. > Period. It is the same. I recompiled firefox with this mozconfig: mk_add_options MOZ_OBJDIR=/tmp/firefox-build-dir ac_add_options --prefix=/usr ac_add_options --enable-application=browser ac_add_options --with-pthreads ac_add_options --with-system-bz2 ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --enable-system-lcms ac_add_options --enable-system-cairo ac_add_options --with-system-zlib ac_add_options --enable-system-sqlite ac_add_options --enable-startup-notification ac_add_options --enable-shared ac_add_options --disable-static ac_add_options --disable-debug ac_add_options --disable-crashreporter ac_add_options --disable-installer ac_add_options --disable-updater ac_add_options --disable-tests and the end result was the same. It is the same size as before (give or take a few bytes for timestamps and so on) and ldd shows it's linked to exactly the same libraries as before. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
