Results 1 to 5 of 5
I was trying to update my sistem and it ran into a problem with Mozilla. I ran emerge --pretend mozilla and it shows one file that it says I should ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-30-2005 #1Linux Newbie
- Join Date
- May 2004
- Location
- Alaska
- Posts
- 100
Merge?
I was trying to update my sistem and it ran into a problem with Mozilla. I ran emerge --pretend mozilla and it shows one file that it says I should merge. I tried to run merge --help but no luck. Any idea what its wanting me to do???
Ack!
- 03-30-2005 #2Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
It's saying that there's one dependancy, just run:
or if you don't want to spend a couple hours compiling:Code:emerge www-client/mozilla
Code:emerge www-client/mozilla-bin
- 03-30-2005 #3Linux Newbie
- Join Date
- May 2004
- Location
- Alaska
- Posts
- 100
I thought bin files took longer. Why do one or the other take longer?
Ack!
- 03-30-2005 #4
emerge mozilla-bin
will download and run the binary installed that is distributed from getfirefox.com or whatnot
emerge mozilla
will download a source snapshot and compile the entire thing from scratch, a 4 hour compile or so on my 1.8 ghz p4
- 03-30-2005 #5
A bin file doesn't take longer. A bin file has everything done for you already. It is simply a precompiled binary so that you don't have to spend your time compiling. If speed and performance of Mozilla is important to you, then you should definitely take the time to compile from source.


Reply With Quote
