[gentoo-user] gcc upgrade

2005-05-26 Thread C R. Little
when upgrading to a new version of gcc is all you have to do is emerge the newer version and it works? the package has a S beside it so how does the system know which version to use? -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] gcc upgrade

2005-05-26 Thread C R. Little
Subject: Re: [gentoo-user] gcc upgrade On 5/26/05, C R. Little [EMAIL PROTECTED] wrote: when upgrading to a new version of gcc is all you have to do is emerge the newer version and it works? the package has a S beside it so how does the system know which version to use? # emerge -u gcc # gcc

RE: [gentoo-user] wine

2005-05-24 Thread C R. Little
Thanks holly. -Original Message- From: A. R. [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 9:16 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] wine That was a great post Holly, very informative, I also run wine (every day at work) because I need to run Lotus

RE: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread C R. Little
Why not use the CFLAGS=-march=pentium2 -O3 -pipe -fomit-frame-pointer flag? and try to remerge -Original Message- From: Walter Dnes [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 12:12 PM To: Gentoo Users List Subject: [gentoo-user] Install from Hell, now it's bash-2.05b I'm

[gentoo-user] ipw2200

2005-05-23 Thread C R. Little
How do I emerge the ~x86 version of the ipw2200 package? with out installing all of the ~x86 packages. I do. ACCEPT_KEYWORDS=~x86 emerge -Dupv ipw2220 and it wants to recompile almost every package. -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] ipw2200-IGNORE FOUND PAGE TO FIX

2005-05-23 Thread C R. Little
http://forums.gentoo.org/viewtopic.php?p=1060314#1060314 -Original Message- From: C R. Little Sent: Monday, May 23, 2005 12:30 PM To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] ipw2200 How do I emerge the ~x86 version of the ipw2200 package? with out installing all

[gentoo-user] wine

2005-05-23 Thread C R. Little
I'm setting up my very first install of wine. I'm a bit confused on which one to emerge I would like to use Office 2003 Professional and have the ability to run games like world of warcraft. Just more newbie questions from me. Thanks for the help with everything. -- gentoo-user@gentoo.org

RE: [gentoo-user] mod_clamav

2005-05-18 Thread C R. Little
I'm not sure if it's in portage but I know you can install it though cpan -Original Message- From: Patrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 7:16 AM To: Gentoo-user Subject: [gentoo-user] mod_clamav Hi, I was reading in Sys Admin a article about email content

RE: [gentoo-user] SATA Boot problem-please help

2005-05-18 Thread C R. Little
: Andrew Potter [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 4:10 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] SATA Boot problem-please help C R. Little wrote: For some reason I don't think the kernel is loading the right drivers for the SATA controller. I had this problem

[gentoo-user] SATA Boot problem-please help

2005-05-16 Thread C R. Little
Title: SATA Boot problem-please help grub.conf- default 0 timeout 30 splashimage=(hd1,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r8 root (hd1,0) kernel /kernel-2.6.11-gentoo-r8 root=/dev/ram0 init=/linuxrc ramdisk_size=8192 vga=0x318 splash=verbose udev initrd

RE: [gentoo-user] SATA Boot problem-please help

2005-05-16 Thread C R. Little
On Monday 16 May 2005 16:19, C R. Little wrote: title=Gentoo Linux 2.6.11-r8 root (hd1,0) -- You could try changing this to root (hd1,1) kernel /kernel-2.6.11-gentoo-r8 root=/dev/ram0 init=/linuxrc ramdisk_size=8192 vga=0x318 splash=verbose udev initrd /initrd-2.6.11-gentoo-r8

RE: [gentoo-user] SATA Boot problem-please help

2005-05-16 Thread C R. Little
- From: Neil Bothwick [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 11:16 AM To: gentoo-user@lists.gentoo.org Subject: RE: [gentoo-user] SATA Boot problem-please help On Mon, May 16, 2005 4:58 pm, C R. Little said: That didn't seem to work either. I tried (hd1,3) which should

[gentoo-user] Problem Booting

2005-05-15 Thread C R. Little
I have installed Gentoo to a dual had drive system /dev/hda1 -- Windows XP Professional /dev/sda -- Gentoo Install /dev/sda1 - /boot /dev/sda3 - / /dev/sda5 - /usr /dev/sda6 - /var /dev/sda7 - /tmp /dev/sda8 - /home grub.conf kernel line: root(hd1,0) kernel /kernel-2.6.11-gentoo-r8 root

RE: [gentoo-user] Problem Booting

2005-05-15 Thread C R. Little
R. Little wrote: I have installed Gentoo to a dual had drive system /dev/hda1 -- Windows XP Professional /dev/sda -- Gentoo Install /dev/sda1 - /boot /dev/sda3 - / /dev/sda5 - /usr /dev/sda6 - /var /dev/sda7 - /tmp /dev/sda8 - /home grub.conf kernel line: root(hd1,0) kernel /kernel-2.6.11-gentoo

RE: [gentoo-user] Problem Booting

2005-05-15 Thread C R. Little
UPDATE I sent the wrong grub.conf file the right one is below: default 0 timeout 30 splashimage=(hd1,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r8 root (hd1,0) kernel /kernel-2.6.11-gentoo-r8 root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc ramdisk_size=8192 vga=0x318 splash=verbose udev

RE: [gentoo-user] Terminal Client

2005-05-13 Thread C R. Little
emerge -s rdesktop * net-misc/grdesktop Latest version available: 0.22-r1 Latest version installed: [ Not Installed ] Size of downloaded files: 418 kB Homepage:http://www.nongnu.org/grdesktop/ Description: Gtk2 frontend for rdesktop License: GPL-2 *

[gentoo-user] Emerge PHP+ Apache

2005-05-12 Thread C R. Little
Hi, I've been messing with gentoo for around 2 years now and still have not learned the full functionality of emerge. I've got 5 systems and I'm building a new one and would like to use the full functionality of emerge. To install apache and PHP i've always manually compiled the two. How

RE: [gentoo-user] Emerge PHP+ Apache

2005-05-12 Thread C R. Little
-user] Emerge PHP+ Apache On Thu, 12 May 2005, C R. Little wrote: I've been messing with gentoo for around 2 years now and still have not learned the full functionality of emerge. Wow - one wonders why you picked Gentoo if not for the package system??? -- -- gentoo-user@gentoo.org mailing