===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 1, 2006 5:30 pm
7080
hi, i had downloaded a source package and compiling them, need an explanation ot the following errors what it means: ./configure [shell output] checking where...
Hello, I believe i can't generate 10h interrupt in protected mode. asm("movb $0x12, %ah"); asm("int $0x10"); The linux kernel replaces the handler with the...
Hello, I have developed my application on GTK with Mysql which works perfectly on Fedora 4. Now I want my Gtk application to work with new Database package...
... Do you have write permissions in the folder in which you are trying the installation ? Try doing the same as root. Thanks Raseel Bhagat [Non-text portions...
Hi, ... Check the configure script where it would create a executable for "checking for C compiler default output file name". Try to run that line on the...
Premnath Sah
prem.sah@...
Feb 3, 2006 5:02 pm
7085
... You have to go through vm86 in protected mode. You might want to check out vm86 syscall and maybe dosemu source. Regards, -Karthick -- Software is like...
Hi All, I have Red Hat Linux Installed on my System. I have got Mandrake Linux Installation CD (Full Set). I want to mainly extract Linux Kernel Source Code...
Dear Suraj, ... Start reading and trying out examples: For 2.4 kernels: http://www.xml.com/ldd/chapter/book/ For 2.6 kernels: http://lwn.net/Kernel/LDD3/ You...
Hello Pradeep, ... Is there a reason that you don't want to get the source from www.kernel.org? Also, this topic would best go to the linux-bangalore-technical...
Hi I want to know how to disable GTK Button after single clicking. On Clicking the button , a new window popups ..now i want to disable that button to avoid...
... to disable button from user events, use the function- gtk_widget_set_sensitive(widget, FALSE|TRUE) FALSE- disables the widget and TRUE- enables the widget...
Srivatsa Kanchi, R
skanchi@...
Feb 9, 2006 7:41 am
7092
hi! ... have a look at: void gtk_widget_set_sensitive(GtkWidget *widget, gboolean sensitive); setting 'sensitive' to false should disable the 'widget'...
Can anybody plz giv me the C code for transferring files over serial ... Hi, A simple search on Google for "serial port"+"Linux" gave me these as the first and...
... I am a dumber in this field but i came across this package lrzsz - Tools for zmodem/xmodem/ymodem file transfer when I did a apt-cache search file serial...
Hi, I am planning to develop a software for HTTP Tunneling which will our local proxy server (squid) by tunneling the traffic through some anonymous proxy ...
... http://www.nocrew.org/software/httptunnel.html -- Ramprasad B __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Thanks Ramprasad for that link but i've already gone through that. i would like to have some text material which will help me rather than the source codes of...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 12, 2006 3:19 pm
7101
... so fix it. you'll be appreciated much more for that. also, don't top-post. -- Never drink from your finger bowl -- it contains only water....
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
hi, i have doubt in gdb.... how to add source file search path in gdb ? consider an example is.... /root/directory/file.c this executable is....... outputfile ...
Hi, I am a user of gdb. Is there a usergroup on the net where the users keep sharing about different shortcuts/tips/scripts for gdb debugger ? I wish to know...