This is an automake question. Please remove the autoconf list from
replies. Thank you.
* Matt Hull wrote on Sat, Jan 07, 2006 at 11:02:09PM CET:
> i have a simple hello world i am trying to get working. i have:
>
> src/main.c
> src/gtk/gtkmain.c
> src/gtk/gtkmain.h
>
> i almost got it working
i have a simple hello world i am trying to get working. i have:
src/main.c
src/gtk/gtkmain.c
src/gtk/gtkmain.h
i almost got it working except that when it tries to build gtkmain it
fails with undefined reference to main. looks like its trying to build a
final appllication and link it together.