Quote:>I am putting together another new P90 box at home that will be dedicated to
>Linux and I am wondering if now would be a good time to switch to ELF.
It's a good time to get started, now that you have a lot of disk space.
You can easily fit an a.out/elf combination system to ease the transition.
Quote:> 1) Should I migrate slowly or can I do it all at once?
Well, since it's a new system you could get one of the new all-elf distributions,
but you'd be missing some things (read on).
Personally I would migrate slowly as long as you have the disk space for the
old libraries. I just did a massive 'ldd' scan on all my executables to see
what's linked with what, so that I can delete some old versions of libraries.
That's helpful! :-)
You can grab the elf gcc, so that everything you compile from now on is in
elf format, but replace your a.out binaries as you are able. Certain things
will be difficult: doom, netscape, mosaic and other Motif applications,
because most of us are reliant on others to compile them for us. Others,
like emacs, are too big for most of us to compile but should be in elf in
major distributions real soon.
Quote:> 2) XFree86 and X applications, anything special I need to know I tend
> to spend quite a bit of my time in X?
Nothing special about X wrt libraries, except that there are libraries.
In general just remember you will need to keep your old libraries around
as long as you have a.out binaries that use them.
--