Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Mar 1, 2005 8:54 am
6412
Hi, When I tried to compile a ARM9 application in a cygwin environment under Windows 2000, I got the following error: arm-elf-gcc: installation problem, cannot...
Hi, Can a process check if a given PID exists or not? To put it differently, can a process check if an unrelated process is alive? Is there any system call...
Hareesh Nagarajan
hareesh.nagarajan@...
Mar 1, 2005 9:14 am
6414
On Tue, 1 Mar 2005 02:18:25 -0600, Hareesh Nagarajan ... I got the answer from a different ML. Use kill() with a second argument being zero. if (kill(pid, 0)...
Hareesh Nagarajan
hareesh.nagarajan@...
Mar 1, 2005 9:14 am
6415
Dear all, Myself Vishwas, a new member of the group. I am looking for a feature in linux where i can configure an alarm, and upon its expiry an alarm-handler...
hi, i was trying to build a table in stx where the values are all numbers. The numbers are not displaying. Wherever there is a number i just get a '1'. Any...
... tried escaping the number with a '\'. Number appears but the backslash also appears. Also whenever any element in stx starts with a number, the same...
From http://www.xfce.org: " The Xfce Foundation Classes [1] website and first development release are now online. To quote the author, Jeff Franks: "The Xfce...
Hi, I haven't figured out how I must fsync an output stream even after reading the contents of this link: http://gcc.gnu.org/ml/gcc-help/2004-02/msg00285.html ...
Hareesh Nagarajan
hareesh.nagarajan@...
Mar 3, 2005 6:36 am
6422
Hareesh, ... Any reason you are not using std::ostream::flush() call?? So, your code could be -> inline void logRecovery::syncToDisk( fstream& f ) { f.flush();...
ACM! How you doing?! My reply follows inline: ... I don't think so. Yesterday I had GCC 3.3.1 on my system and it worked! Today I upgraded GCC to 3.3.4 and my...
Hareesh Nagarajan
hareesh.nagarajan@...
Mar 3, 2005 7:55 am
6424
Hello All, I am vinay S.G. I was really impressed with the way LBG-2005 went in IISC TATA ADITORIUM. This is first time I am going with ioctl path. I am trying...
Hello All, I am vinay S.G from Athena Semi. I am knew to this ioctl path in driver. I want to implement support for the user to use channel seting from the...
Hi I need to know how to program in C on UNIX getting a file name of the file pointed by the link to the file. Using lstat i can get the inode information but...
Hi all, I am trying to create an entry in /sys file system in Linux 2.6.8 kernel.I wrote a simple character driver and tried using driver_register().But i am...
hi, i have made an embeded application using microcontroller AT89C52 , which is based on 8051 microcontroler, suggest me the best gnu compilers for assembly as...
... The spacebar specifically isn't represented in a regex, but if you're looking for whitespace in perl, you can use \s In general, it depends on the...
Hi My problem is the following : I hava a sequence file with a header which will start with a '>'symbol in single line followed by sequences of 60 char...
... Is your header also 60 characters? I suspect you're not reading correctly, that's why your output is garbled. Ganesan -- Ganesan Rajagopal (rganesan at...
... Why the .bus is empty? This gives a value of NULL to .bus ... Why %i? ... Lets try analyzing this function. driver_register is defined in...
Om
omanakuttan@...
Mar 7, 2005 4:56 am
6436
Hello, I need some simple graphics related help/advice with Tcl/Tk. I am not sure how popular it (Tcl/Tk) is. Does anyone use it? If yes then I would post my...
... Don't ask if you can ask, just ask. We have to read your mail any way, if we don't know what you're talking about, we just skip the mail. Mails like this ...
... Well, Tcl, yes. Not sure about Tk though that's what you would be interested in (graphics). I think Tk is also used along with Python and various other...
arjun.thounaojam@...
Mar 7, 2005 5:52 am
6439
... I have played around with Tcl/Tk stuff. Tk is great for rapid prototyping of GUIs and even for complete apps. If fact once you understand Tk's layout...
... generally people use something a little higher level depending on the language of their choice - perl guys use perl/tk, python would use tkinter and c guys...