Red Hat 7.1, based on the Linux 2.4 kernel, is out as of 10:00am this morning. I have a mirror of i386 disc1 and disc2 ISO's and the full FTP install tree if anyone wants it. FTP install/upgrade boot image: ftp://angus.ind.wpi.edu/pub/mirrors/redhat/linux/7.1/en/os/i386/images/bootnet.img Server: angus.ind.wpi.edu Directory: /pub/mirrors/redhat/linux/7.1/en/os/i386 ISO download: ftp://angus.ind.wpi.edu/pub/mirrors/redhat/linux/7.1/en/iso/i386 Have fun! Charles R. Anderson cra@wpi.edu Network Engineer (508) 831-6110 Computing and Communications Center (508) 831-5115 Worcester Polytechnic Institute Fax (508) 831-5483
Red Hat 7.1, based on the Linux 2.4 kernel, is out as of 10:00am this morning. I have a mirror of i386 disc1 and disc2 ISO's and the full FTP install tree if anyone wants it.
And the cool thing is, it doesn't matter that they shipped an incompatible, broken compiler, because since /usr/include/asm and /linux are includes for the kernel that glibc is built against and not the current kernel, you can't compile modules that are compatible with your current kernel anyways! On a serious note, I don't suppose anyone knows when we can expect to see 7.1 for Alpha out? Sadly, it's still the best bet of the distros out there for running on a Multia. Brian J. Conway dogbert@clue4all.net Geek for hire: http://clue4all.net/resume Men may control the free world, but women control the boobs. (http://www.pvponline.com/archive.php3?archive=20001024)
On Mon, Apr 16, 2001 at 06:57:49PM -0400, Brian J. Conway wrote:
Red Hat 7.1, based on the Linux 2.4 kernel, is out as of 10:00am this morning. I have a mirror of i386 disc1 and disc2 ISO's and the full FTP install tree if anyone wants it.
And the cool thing is, it doesn't matter that they shipped an incompatible, broken compiler, because since /usr/include/asm and /linux are includes for the kernel that glibc is built against and not the current kernel, you can't compile modules that are compatible with your current kernel anyways! On a serious note, I don't suppose anyone knows
Actually, the kernel team (linus in particular) has been screaming bloody murder that the distro's do this for at least two years now. If you're compiling user space, you're running against user space (glibc) so that's what you care about being compatible with, not the kernel. If you're compiling kernel mods, you should be compiling with -I/usr/src/linux-2.4/ (or wherever you keep your kernel source). -- Frank Sweetser rasmusin at wpi.edu, fs at suave.net | $ x 15 Full-time WPI Network Tech, Part time Linux/Perl guy | There are still some other things to do, so don't think if I didn't fix your favorite bug that your bug report is in the bit bucket. (It may be, but don't think it. :-) Larry Wall in <7238@jpl-devvax.JPL.NASA.GOV>
And the cool thing is, it doesn't matter that they shipped an incompatible, broken compiler
Read slashdot for rebuttal.
since /usr/include/asm and /linux are includes for the kernel that glibc is built against and not the current kernel, you can't compile modules that are compatible with your current kernel anyways!
Actually from the slashdot article it sounds like they are using linux 2.4 so the includes are correct. Dennis Payne dulsi@identicalsoftware.com
My earlier statement was merely a point on RedHat's previous _shaky_ release. I've been using Mandrake's gcc-2.96 recompiled on 7.2 out of Cooker for months and it's an excellent compiler (hell, Cooker's been compiled by it for 4 months now), and I would recommend it to anyone.
Read slashdot for rebuttal.
I read Slashdot for my daily dose of trolls and goatsex links, but WLUG is not the place to comment on that one. -b
participants (4)
-
Brian J. Conway
-
Charles R. Anderson
-
Dennis Payne
-
Frank Sweetser