Re: complie error

2005-11-16 Thread Allin Cottrell
On Thu, 17 Nov 2005, yeajchao wrote: I encountered a simple problem while compile a simple program the program and the complie infomation as follow /**/ #include int main (int argc, char **argv) { GtkWidget *window; /* init threads */ g_th

complie error

2005-11-16 Thread yeajchao
Hello all I encountered a simple problem while compile a simple program the program and the complie infomation as follow /**/ #include int main (int argc, char **argv) { GtkWidget *window; /* init threads */ g_thread_init(NULL); gd