superlou - 2006-07-01

I have been unable to compile a GTK+ c++ hello world program using Eclipse in windows.  I receive the following errors which i think relate to library dependencies:

/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:8: undefined reference to `_gtk_init_abi_check'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:10: undefined reference to `_gtk_window_new'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:11: undefined reference to `_gtk_widget_show'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:13: undefined reference to `_gtk_main'

If you have any suggestions I would greatly appreciate it.

Thank you,
Louis