Re: [ilugd]: Help on linking with shared libraries, libdl.so

2002-09-17 Thread Arvind Bharti
Hi Tarun, It worked. Thanks. With Regards, Arvind Bharti --- Tarun Dua <[EMAIL PROTECTED]> wrote: > gcc -o test1 test1.c -ldl > > Tarun Dua > > From: "Arvind Bharti" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, Septem

Re: [ilugd]: Help on linking with shared libraries, libdl.so

2002-09-17 Thread Arvind Bharti
functions of dl Library(libdl.so). So i suspect the calling of libdl.so functions, and just to get the right answer with the minimal set of code , i send the modified code of accessing the same library. With Regards, Arvind Bharti --- Ajith C <[EMAIL PROTECTED]> wrote: > Hi, > Don't you

Re: [ilugd]: Interesting!

2002-09-22 Thread Arvind Bharti
There is something more interesting than this. Enter "go to hell" in Text Box, then press "I'm feeling Lucky" button instead of "Google Search" button. With cheers:) Arvind Bharti --- Ambar Roy <[EMAIL PROTECTED]> wrote: > > Search google fo

Re: [ilugd]: Condition variables

2003-03-03 Thread Arvind Bharti
the following: while (pthread_cond_destroy(&cond) == EBUSY) { pthread_cond_broadcast(&cond); pthread_yield(); } Please tell us if it above information is helpful for you or not. With Regards, Arvind Bharti --- Vikas Gandhi <[EMAIL PROTECTED]> wrote: > I am

Re: [ilugd]: mpg123 vs. XMMS

2002-05-30 Thread Arvind Bharti
Hi Prateek, Try "aumix" to adjust the bass and other features for fine tuning of audio output. and one more thing pls. look at the command line options which you can pass to mpg123. I don't know right now, which option is exactly that one, may be "mpg123 -s ". Please check it out and try some wha