|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nemesis wrote:
...
> Have you ever tried to compile a compiler, BTW? Like GCC or GHC? come back
> when you do.
...
If he is using Gentoo, then maybe he has done that already.
--
Tor Olav
http://subcube.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mueen Nawaz <m.n### [at] ieeeorg> wrote:
> I don't do it often - probably 1-3 times a year.
I really can't understand why some people seem to be constantly compiling
the linux kernel.
Guess how many times I have compiled the linux kernel in my life.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 8 Dec 2008 17:28:19 -0500, Warp <war### [at] tagpovrayorg> wrote:
>Mueen Nawaz <m.n### [at] ieeeorg> wrote:
>> I don't do it often - probably 1-3 times a year.
>
> I really can't understand why some people seem to be constantly compiling
>the linux kernel.
>
> Guess how many times I have compiled the linux kernel in my life.
The one time you did it correctly?
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mueen Nawaz <m.n### [at] ieeeorg> wrote:
> 8-10 minutes is not that long.
Unless I'm remembering incorrectly, I think one common complaint in
the "big" industry about gcc is that it's a relatively slow compiler.
When you have millions of lines of code, and regardless of all the effort
you have put into minimizing the number of dependencies, there may still
be so many dependencies that even small changes to certain files can cause
enormous amounts of compilation. We are talking about hours at worst.
This can certainly be a real pain if you are simply developing and
debugging the software rather than compiling the release version of it,
so compiling speed is in this situation much more important than the
quality of the generated code, and AFAIK gcc just isn't up to the task
in enormous projects because it's so slow.
(OTOH, I have never read any benchmarks about the compilation speed of
different compilers, commercial and free. That would be an interesting read,
in fact.)
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stephen <mcavoysAT@aoldotcom> wrote:
> > Guess how many times I have compiled the linux kernel in my life.
> The one time you did it correctly?
I haven't compiled it even once.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> I haven't compiled it even once.
Certainly I've never found it "necessary" either. But then, I don't
really "get" what it does that you'd need to change...
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> ...
>> Have you ever tried to compile a compiler, BTW? Like GCC or GHC?
>> come back
>> when you do.
> ...
>
> If he is using Gentoo, then maybe he has done that already.
Was using Gentoo. And I'm pretty sure they give you a GCC binary
pre-built. (How would you build anything else otherwise?) Also the C
standard libraries, possibly. I can't remember.
Hold on a sec...
http://www.bash.org/?464385
...nope, no help there. ;-) It's hidden away in bootstrap.sh
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 8 Dec 2008 17:37:11 -0500, Warp <war### [at] tagpovrayorg> wrote:
>Stephen <mcavoysAT@aoldotcom> wrote:
>> > Guess how many times I have compiled the linux kernel in my life.
>
>> The one time you did it correctly?
>
> I haven't compiled it even once.
Join the club, neither have I. :)
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> I really can't understand why some people seem to be constantly compiling
> the linux kernel.
>
> Guess how many times I have compiled the linux kernel in my life.
>
Constantly - naah. But when running Red Hat ('bout 1998-2003 oslt) and
Debian ('bout 2001-2008) something (variating from time to time,
naturally) in the packet kernels has either been made differently than
I'd like or left to be undone at all.
And somehow while using Gentoo compiling also the kernel just makes
sense ;).
-Aero
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 08 Dec 2008 14:18:25 -0500, Tom Austin wrote:
>> Try LFS, that'll really teach you a lot about linux, even if you don't
>> get a bootable system.
>>
>> Jim
>
> It's not too hard to get a bootable LFS system - and if it is hard and
> you get it to boot, then you've learned a lot!
Maybe now it is, I remember it used to be an incredible way to install
because you had to do *everything*. I've seen some newer releases that
script some things, though.
Jim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |