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]

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 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

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 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

redirecting produced files

2006-08-25 Thread Isajha
For this question i produced little example program without I got the following automake (and autoconf) code - the real code is made up of several static and dynamic libraries as well as several executables. If you got a solution for me that might cause problems with debugging, linking, clean-up

redirecting produced files

2006-08-25 Thread Isajha
For this question i produced little example program without I got the following automake (and autoconf) code - the real code is made up of several static and dynamic libraries as well as several executables. If you got a solution for me that might cause problems with debugging, linking, clean-up