Re: another take on the smp setup

2000-05-24 Thread Ben Collins
On Wed, May 24, 2000 at 06:01:12PM -0500, John F. Davis wrote: > Hello > > In the make menuconfig for the 2.2.14 kernel, it has two entries which I > think pertain to > dual processor sparc 10 setups. These settings are: > > o Symetric Multi-processing support (does not work on sun4/sun4c) >

Re: another take on the smp setup

2000-05-24 Thread Anton Blanchard
> In the make menuconfig for the 2.2.14 kernel, it has two entries which I > think pertain to dual processor sparc 10 setups. These settings are: > > o Symetric Multi-processing support (does not work on sun4/sun4c) > o Support for Sun4 machines (disables sun4[cdm] support) > > I said yes to

another take on the smp setup

2000-05-24 Thread John F. Davis
Hello In the make menuconfig for the 2.2.14 kernel, it has two entries which I think pertain to dual processor sparc 10 setups. These settings are: o Symetric Multi-processing support (does not work on sun4/sun4c) o Support for Sun4 machines (disables sun4[cdm] support) I said yes to the fi

Re: what do I do with the System.map file after I build a new smp kernel

2000-05-24 Thread John F. Davis
On Wed, May 24, 2000 at 04:12:38PM -0400, B.C.J.O wrote: > On Wed, 24 May 2000, John F. Davis wrote: > > > Hello > > > > What am I supposed to do with the new /usr/src/linux/System.Map file > > after I build a new smp kernel? > > > > I copied it to /boot but, I get this weird message everytime

Re: what do I do with the System.map file after I build a new smp kernel

2000-05-24 Thread B.C.J.O
On Wed, 24 May 2000, John F. Davis wrote: > Hello > > What am I supposed to do with the new /usr/src/linux/System.Map file > after I build a new smp kernel? > > I copied it to /boot but, I get this weird message everytime I > run top. > > {__smp4m_processor_id} {___f___smp_processor_id} > Warn

what do I do with the System.map file after I build a new smp kernel

2000-05-24 Thread John F. Davis
Hello What am I supposed to do with the new /usr/src/linux/System.Map file after I build a new smp kernel? I copied it to /boot but, I get this weird message everytime I run top. {__smp4m_processor_id} {___f___smp_processor_id} Warning: /boot/System.map-2.2.14 does not match kernel data. {__smp

Re: Compilation for profiling

2000-05-24 Thread Ben Collins
On Wed, May 24, 2000 at 12:53:24PM +0200, Christian Constantin wrote: > Hi! > > I'm trying to compile some program and do some profiling on it afterwards. > So I'm trying: > > gcc -pg -o combi main.c combinari.c > > And I get: > > ld: cannot open -lgmon: No such file or directory > > Now I wo

Compilation for profiling

2000-05-24 Thread Christian Constantin
Hi! I'm trying to compile some program and do some profiling on it afterwards. So I'm trying: gcc -pg -o combi main.c combinari.c And I get: ld: cannot open -lgmon: No such file or directory Now I wonder who's libgmon and where can I fetch it from ?? Do I need a special version of libc instal