I've tried a number of times to create C++ applications with glade. The problem is, that after the compilation, I don't get any executable files in /src.. It works well if I choose C, and then compile. I do: ./autogen-sh ./configure make make install But still i wont get any ./exec file in /src.. What am I doing wrong? -proge