Author Topic: firefox 1.5.0.1  (Read 3818 times)

0 Members and 1 Guest are viewing this topic.

Offline alexfromtomsk

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
firefox 1.5.0.1
« on: April 24, 2006, 17:59:23 »
система алт линух 3.0 компакт
скачал исходники фирифокса 1.5.0.1
скопировал в корень распакованного соурса .mozconfig
сделал make -f client.mk build
потом gmake install
все прошло успешно

как теперь запустить

если запускать
/usr/local/bin/firefox

то появляется процесс firefox-bin который на 99% грузит систему и ничего не происходит.
« Last Edit: April 24, 2006, 18:00:06 by alexfromtomsk »

Offline Unit

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1263
  • Karma: +9/-1
firefox 1.5.0.1
« Reply #1 on: April 24, 2006, 21:22:58 »
1.5.0.2 вышел, качай заново.

Offline alexfromtomsk

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
firefox 1.5.0.1
« Reply #2 on: April 25, 2006, 09:20:08 »
:))

а в томске уже есть?

Offline Unit

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1263
  • Karma: +9/-1
firefox 1.5.0.1
« Reply #3 on: April 25, 2006, 09:52:09 »
Бинарный инсталер конечно есть :)

Offline alexfromtomsk

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
firefox 1.5.0.1
« Reply #4 on: April 25, 2006, 12:07:38 »
исходники нашел,
делаю make

а какая разница между make и gmake?

Offline Magnus

  • Full Member
  • ***
  • Posts: 132
  • Karma: +0/-0
    • http://
firefox 1.5.0.1
« Reply #5 on: April 27, 2006, 08:36:31 »
Quote
а какая разница между make и gmake?
[snapback]9268[/snapback]

Advantages of GNU Make

GNU Make has many powerful features for use in makefiles, beyond what other Make versions have. It can also regenerate, use, and then delete intermediate files which need not be saved.

GNU Make also has a few simple features that are very convenient. For example, the -o file option which says ``pretend that source file file has not changed, even though it has changed.'' This is extremely useful when you add a new macro to a header file. Most versions of Make will assume they must therefore recompile all the source files that use the header file; but GNU Make gives you a way to avoid the recompilation, in the case where you know your change to the header file does not require it.

However, the most important difference between GNU Make and most versions of Make is that GNU Make is free software.
------------- Codito, ergo sum - "I code, therefore I am" --------------

Offline alexfromtomsk

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
firefox 1.5.0.1
« Reply #6 on: April 27, 2006, 09:19:12 »
по английски я не сильно бельмесем, можно было просто в двух словах сказать :)

собрал версию 1.5.0.2
если кого интересует, то собралось с mozconfig след. содержания (на оригинальность не претендую, по крайней мере хоть запускается :) )

mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser
ac_add_options --enable-update-channel=release
ac_add_options --enable-update-packaging
ac_add_options --disable-debug
ac_add_options '--enable-optimize=-Os -freorder-blocks -fno-reorder-functions -gstabs+'
ac_add_options --disable-tests
ac_add_options --enable-official-branding
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-freetype2
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --disable-static
ac_add_options --enable-shared