Hallo,
tja, ich habe den Firefox 0.9.3 jetzt schon viermal kompiliert (jeweils mit geänderten Optionen), aber jedesmal bricht "make install" mit einer Fehlermeldung ab.
Auszug aus der Fehlermeldung:
Code
make[2]: Entering directory `/usr/src/mozilla/profile/build'
rm -f libprofile.so
c++ -I/usr/X11R6/include -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -fPIC -shared -Wl,-h -Wl,libprofile.so -o libprofile.so nsProfileFactory.o -Wl,--whole-archive ../../dist/lib/libprofile_s.a ../../dist/lib/libprofdirserviceprovider_s.a -Wl,--no-whole-archive -L../../dist/bin -L../../dist/lib -L../../dist/bin -lxpcom -L../../dist/lib -lxpcom_compat -L../../dist/bin -lmozjs -L/usr/src/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -Wl,--version-script -Wl,../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic -ldl -lm
../../dist/lib/libprofdirserviceprovider_s.a(nsProfileLock.o)(.text._ZN13nsProfileLockC2Ev+0x0): In function `nsProfileLock::nsProfileLock[not-in-charge]()':
: multiple definition of `nsProfileLock::nsProfileLock[not-in-charge]()'
../../dist/lib/libprofile_s.a(nsProfileLock.o)(.text._ZN13nsProfileLockC2Ev+0x0): first defined here
../../dist/lib/libprofdirserviceprovider_s.a(nsProfileLock.o)(.text._ZN13nsProfileLockC1Ev+0x0): In function `nsProfileLock::nsProfileLock[in-charge]()':
: multiple definition of `nsProfileLock::nsProfileLock[in-charge]()'
Mein System ist LFS 5.1.1, der Compiler ist gcc 3.3.3.
Beim letzten Versuch habe ich die folgenden Optionen verwendet:
Code
./configure --prefix=/opt/firefox-0.9.3 --enable-default-toolkit=gtk2 --with-x --with-system-zlib --with-system-jpeg --with-system-png --with-system-mng --enable-xft --enable-crypto --disable-accessibility --disable-tests --disable-debug --disable-logging --enable-reorder --enable-strip --disable-pedantic --enable-cpp-rtti --enable-extensions="cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices" --disable-calendar --disable-mailnews --disable-ldap --disable-jsd --disable-installer --disable-composer
Sieht da vielleicht jemand einen Fehler?
Hat vielleicht jemand diese Version schon erfolgreich (aus den Sourcen) installiert?
Auf einem anderen System (Slackware 9.1) habe ich schon erfolgreich die Version 0.9.1 und eine CVS-Version kompiliert und installiert, allerdings mit gcc 3.2.3.
Schon mal vielen Dank für Eure Antworten!
Gruß
hp_tux