On Wed, Dec 30, 2009 at 22:17, Adam Mercer wrote:
> Just made this change and autoreconf no longer complains if compile
> isn't available. Thanks!
And it's started complaining again :-(
I've tried running automake manually, with the verbose option:
automake: reading test/Makefile.am
automake:
On Wed, Dec 30, 2009 at 21:59, Adam Mercer wrote:
>> Note that for library dependencies that apply to all programs in a
>> makefile you can use the "global" LDADD variable, which may allow you to
>> remove most if not all of those per-target *_LDADD settings.
>
> That's something I've been meanin
Hello Baurzhan,
* Baurzhan Ismagulov wrote on Wed, Dec 23, 2009 at 09:50:25AM CET:
> On Tue, Dec 22, 2009 at 10:48:22PM +0100, Ralf Wildenhues wrote:
> > nodist_ is to avoid distribution, that is, `make dist' putting the file
> > into the tarball. To avoid installation (which happens with `make
>
On Wed, Dec 30, 2009 at 21:37, Ralf Wildenhues wrote:
Ralf
> The rules generated by Automake may or may not need to use the -c and -o
> options at the same time. This depends upon a few internal details:
> whether the subdir-objects option is used, whether objects need to be
> renamed due to pe
Hello Tomas,
* Tomas Oberhuber wrote on Tue, Dec 29, 2009 at 07:25:36PM CET:
> I am experiencing some troubles with cuda. I studied mailing lists about
> autoconf, automake and libtool and from what I have read
> I have understood that from the linking point of view nvcc and gcc are
> compatibl
Hi Adam,
* Adam Mercer wrote on Wed, Dec 30, 2009 at 11:57:27AM CET:
> On one of my projects I'm running into an issue, only on certain
> platforms, where the compile script isn't available. e.g. on CentOS 5
>
> $ autoreconf
> test/Makefile.am: required file `gnuscripts/compile' not found
> autor
Hi
On one of my projects I'm running into an issue, only on certain
platforms, where the compile script isn't available. e.g. on CentOS 5
$ autoreconf
test/Makefile.am: required file `gnuscripts/compile' not found
autoreconf: automake failed with exit status: 1
$
yet I have other projects, on th