Howdy all!
I am trying to install automake and an OSF1 system. I just installed
autoconf, but the automake configure hangs looking for it...
% cd ~/downloads/automake-1.9.5
% make distclean
make: *** No rule to make target `distclean'. Stop.
% ./configure --prefix=/home/ed/local/dana && make ins
[ This is a bug report against libtool, I'm copying automake in order
to solicit feedback ]
Hi Ilya,
* Ilya N. Golubev wrote on Wed, Oct 05, 2005 at 10:58:31PM CEST:
>
> `aclocaldir' value is set by `configure' unconditionally. Can not be
> specified in build configuration explicitly, let alo
Hi Sam,
* Adams Samuel D Contr AFRL/HEDR wrote on Thu, Oct 06, 2005 at 03:41:03PM CEST:
> Thanks for the help. I ran "make maintainer-clean" and that seemed to clear
> up the problem. I am still getting compilation errors, but I think they are
> due to bad code and not the auto tools. ;) So, wh
Hi,
Harald Dunkel wrote:
I would like to create the directories for some
$SUBDIRS as needed at runtime, e.g.
erm, why?
Unfortunately Automake complains about the missing
directories in the source tree.
Yes, because the structure of the source tree is supposed to be pretty
much static (in
Thanks for the help. I ran "make maintainer-clean" and that seemed to clear
up the problem. I am still getting compilation errors, but I think they are
due to bad code and not the auto tools. ;) So, what was I not understanding
about the auto tools that was causing me this problem?
This is the
Hi folks,
I would like to create the directories for some
$SUBDIRS as needed at runtime, e.g.
:
SUBDIRS = mydir
mydir/Makefile: FORCE
${INSTALL} -d mydir
generate $@
:
Unfortunately Automake complains about the missing
directories
Sorry for the self-reply.
* Ralf Wildenhues wrote on Thu, Oct 06, 2005 at 11:02:38AM CEST:
> * Adams Samuel D Contr AFRL/HEDR wrote on Wed, Oct 05, 2005 at 09:17:45PM
> CEST:
> > I started this new project, and I realized that I needed to work with
> > complex numbers after I started. As you may
Hi Samuel,
* Adams Samuel D Contr AFRL/HEDR wrote on Wed, Oct 05, 2005 at 09:17:45PM CEST:
> I started this new project, and I realized that I needed to work with
> complex numbers after I started. As you may know, C does not have a complex
> number library, but C++ does. So, I changed the calcu