On Monday July 28 2003 1:00 pm, Seyyed Mehdi Sheikhalishahi wrote: > Hi All > ?I develop a small C file and compile it with *gcc connect.c -o connect* > command > when I run it *Segmentation Fault* message is occurred. > What's problem?
Most probably a memory allocation problem. In C unlike other languages you should take care of memory allocation yourself. -- Hooman Baradaran [EMAIL PROTECTED] www.hoomanb.com _______________________________________________ bna-linuxiran mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/bna-linuxiran
