Re: redirecting produced files

2006-08-28 Thread DD
Sry about the double post. I am using www.nabble.com now to access the mailing list with a more forum like and convenient interface. -- View this message in context: http://www.nabble.com/redirecting-produced-files-tf2175986.html#a6017330 Sent from the Gnu - Automake - General forum at Nabble.c

Re: redirecting produced files

2006-08-28 Thread Ralf Wildenhues
Isajha, Please do not start a new thread when replying to a message. Please answer to that message by hitting the 'reply' (or similar) button, so that threading is not needlessly destroyed. * Isajha wrote on Mon, Aug 28, 2006 at 10:37:21AM CEST: > I forgot to mention that for this project it is

Re: redirecting produced files

2006-08-28 Thread Alexandre Duret-Lutz
>>> "I" == Isajha <[EMAIL PROTECTED]> writes: [...] I> Now im stuck since 5 days and i just don't find any solution. Don't waste your time: that's not how the GNU Build System is supposed to work. See http://news.gmane.org/find-root.php?message_id=%3c2006%2d08%2d12%2d23%2d45%2d50%2b6381%2ba

Re: redirecting produced files

2006-08-28 Thread Ralf Wildenhues
Hello Isajha, Stefan, * Stefan Puiu wrote on Mon, Aug 28, 2006 at 09:12:02AM CEST: > On 8/26/06, Isajha <[EMAIL PROTECTED]> wrote: > > > >Makefile.am > >bin_PROGRAMS = helloworldlinux client > >helloworldlinux_SOURCES = ../../src/helloworldlinux/HelloWorldLinux.cpp > >client_SOURCES =

Re: redirecting produced files

2006-08-28 Thread Stefan Puiu
Hi, I'm by no means an autotools expert, but there's a simple way to achieve something somewhat similar to what you want. You could run 'autoreconf -fvi' in your source directory, and then, depending on your arch/configuration, you can type: cd ../../bin/[os]/[compiler]/[debug/release] /configu