On 5/24/05, Kaustubh Gadkari <[EMAIL PROTECTED]> wrote:
> On Monday 23 May 2005 7:08 pm, Atul Thosar wrote:
> > hello all
> > i need an efficient tool that finds memory lecks in program
> > program is written in c, platform linux
> >
> Either of memprof / ccmalloc / leaktracer / electric fence.
>
hi
i tried to connect from linux machine to w2k server
using rdesktop
rdesktop -u swatim -d scicomp -g 1024x768+0+0
10.50.1.8
rdesktop: A Remote Desktop Protocol client.
Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
See http://www.rdesktop.org/ for more information.
ERROR: connect: Con
On Wed, 25 May 2005 02:18:54 +0530
V P <[EMAIL PROTECTED]> wrote:
> Maybe you didn't notice that this is the "Pune" Linux Users Group. I'm
> not sure if you will find someone from delhi on this list, apart from
> you of course ;)
Duh, what nonsense, Just because this is Pune Linux Users Group, it d
On 5/25/05, Manas Alekar <[EMAIL PROTECTED]> wrote:
> If you really want your recompiles to make a *noticable* difference,
> try doing two things:
>
> 1. Remove loadable modeule support.
Kind of hard to recommend if you're using external drivers (by
external I mean which are not included in the ke
If you really want your recompiles to make a *noticable* difference,
try doing two things:
1. Remove loadable modeule support.
2. change -O2 flag to -O3 and add -funroll-loops
This will speed things up considerably. However, keep in mind that
some drivers, especially in kernel 2.6 may break under