Hi Jürgen,
On 03/18/2016 01:28 AM, Juergen Sauermann wrote:
Hi,
I have received a bug-report saying that 'make distclean' fails for
GNU APL.
The error message is this:
make[2]: Entering directory `/home/eedjsa/projects/juergen/apl-1.5/src'
Makefile:837: .deps/apl-Archive.Po: No such file o
Hi,
I have received a bug-report saying that 'make distclean' fails for GNU APL.
The error message is this:
make[2]: Entering directory `/home/eedjsa/projects/juergen/apl-1.5/src'
Makefile:837: .deps/apl-Archive.Po: No such file or directory
Makefile:838: .deps/apl-ArrayIterator.Po: No such fil
Hi,
I'm told to enable subdir-objects when upgrading automake. However, if
that's enabled, the Makefile generated does not include the correct path of
the .Plo file if the source is with absolute path.
My autoconf is 2.69, automake is 1.15, libtool is 2.4.6
For example, my configure.ac is
#
Hi Peter,
thanks for looking into this.
Attached is the full log (shortest way to reproduce the problem.
I could have run 'make all' as well bu the result would be the same.
What puzzles me the most is the message:
make[2]: *** No rule to make target `.deps/libapl_la-libapl.Plo'. Stop.
becaus