problems with the linking



Hi there!
i have wrote a little application which hda the following problems ...
 
WHAT SHOULD i do???
 PLEASE help me....
                                  THANX
                                                                DAN

cd ~/

gcc -Wall -pedantic letstry.c

letstry.c: In function `main':

letstry.c:27: warning: unused variable `cbitems'

/tmp/ccqJjqlR.o: In function `PackNewButton':

/tmp/ccqJjqlR.o(.text+0xb): undefined reference to `gtk_button_new_with_label'

/tmp/ccqJjqlR.o(.text+0x22): undefined reference to `gtk_box_get_type'

/tmp/ccqJjqlR.o(.text+0x2e): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x39): undefined reference to `gtk_box_pack_start'

/tmp/ccqJjqlR.o(.text+0x45): undefined reference to `gtk_widget_show'

/tmp/ccqJjqlR.o: In function `Delete':

/tmp/ccqJjqlR.o(.text+0x5c): undefined reference to `gtk_main_quit'

/tmp/ccqJjqlR.o: In function `main':

/tmp/ccqJjqlR.o(.text+0x7e): undefined reference to `gtk_init'

/tmp/ccqJjqlR.o(.text+0x88): undefined reference to `gtk_window_new'

/tmp/ccqJjqlR.o(.text+0x9a): undefined reference to `gtk_window_get_type'

/tmp/ccqJjqlR.o(.text+0xa6): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0xb1): undefined reference to `gtk_window_set_title'

/tmp/ccqJjqlR.o(.text+0xec): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0xfc): undefined reference to `gtk_signal_connect'

/tmp/ccqJjqlR.o(.text+0x106): undefined reference to `gtk_container_get_type'

/tmp/ccqJjqlR.o(.text+0x112): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x11d): undefined reference to `gtk_container_set_border_width'

/tmp/ccqJjqlR.o(.text+0x129): undefined reference to `gtk_vbox_new'

/tmp/ccqJjqlR.o(.text+0x192): undefined reference to `gtk_container_get_type'

/tmp/ccqJjqlR.o(.text+0x19e): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x1a9): undefined reference to `gtk_container_add'

/tmp/ccqJjqlR.o(.text+0x1b5): undefined reference to `gtk_widget_show'

/tmp/ccqJjqlR.o(.text+0x1c1): undefined reference to `gtk_widget_show'

/tmp/ccqJjqlR.o(.text+0x1cb): undefined reference to `gtk_window_new'

/tmp/ccqJjqlR.o(.text+0x1dd): undefined reference to `gtk_window_get_type'

/tmp/ccqJjqlR.o(.text+0x1e9): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x1f4): undefined reference to `gtk_window_set_title'

/tmp/ccqJjqlR.o(.text+0x1fe): undefined reference to `gtk_container_get_type'

/tmp/ccqJjqlR.o(.text+0x20a): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x215): undefined reference to `gtk_container_set_border_width'

/tmp/ccqJjqlR.o(.text+0x221): undefined reference to `gtk_hbox_new'

/tmp/ccqJjqlR.o(.text+0x28a): undefined reference to `gtk_container_get_type'

/tmp/ccqJjqlR.o(.text+0x296): undefined reference to `gtk_type_check_object_cast'

/tmp/ccqJjqlR.o(.text+0x2a1): undefined reference to `gtk_container_add'

/tmp/ccqJjqlR.o(.text+0x2ad): undefined reference to `gtk_widget_show'

/tmp/ccqJjqlR.o(.text+0x2b9): undefined reference to `gtk_widget_show'

/tmp/ccqJjqlR.o(.text+0x2c1): undefined reference to `gtk_main'

collect2: ld returned 1 exit status

Compilation exited abnormally with code 1 at Mon Oct 18 00:20:05



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]