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: distdir unset in subdir Makefiles?

2006-08-28 Thread Alexandre Duret-Lutz
DF == David Fang [EMAIL PROTECTED] writes: DF Hi, DF I've noticed that the distdir variable in generated Makefile.in's DF only appears in the top-level Makefile.in, however, it is not set in DF subdirectories' Makefile.in's. Is this intentional? Yes. When packages are nested the

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: distdir unset in subdir Makefiles?

2006-08-28 Thread Stepan Kasal
Hello Alexandre, On Mon, Aug 28, 2006 at 10:04:09AM +0200, Alexandre Duret-Lutz wrote: DF == David Fang [EMAIL PROTECTED] writes: DF I've noticed that the distdir variable in generated Makefile.in's DF only appears in the top-level Makefile.in, however, it is not set in DF subdirectories'

Re: automake-1.9.6 make check failed on Solaris 8

2006-08-28 Thread Ralf Wildenhues
Hello Frank, * Frank Middleton wrote on Sat, Aug 26, 2006 at 04:34:21PM CEST: Trying to install GCC 4.1.1; the instructions said to install automake versions 1.9.3. 1.9.6 is the most recent stable release (and features only bugfixes over 1.9.3), so that would be the one recommended to use.

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

Re: distdir unset in subdir Makefiles?

2006-08-28 Thread David Fang
DF In one instance, I wished to manually inspect the result of one of DF the subdirectories' make distdir, but had to pass in these two variables DF by hand, slightly inconvenient. Is there a rationale for omitting these DF two variables in subdir's Makefile.in's? The

trying to install docs that are distributed with my package...

2006-08-28 Thread Ed Hartnett
Howdy all! I have some documentation which accompanies my library. I would like to install the documentation on the user machine, without building it on the user machine. What I want is to build the documentation on the developer's machine, include it in the distribution, and then install it.

Re: trying to install docs that are distributed with my package...

2006-08-28 Thread Tyler MacDonald
Ed Hartnett [EMAIL PROTECTED] wrote: What I want is to build the documentation on the developer's machine, include it in the distribution, and then install it. The documents are all texinfo documents, and we cannot require that every user machine have texinfo and tex installed. It