I've got the following makefile:
aoeu/aoeu: aoeu/
touch $@
%/:
mkdir -p $@
and get the following:
$ gmake
gmake: *** No rule to make target `aoeu', needed by `aoeu/aoeu'. Stop.
As a workaround for now, I'll append '.' to my rules.
Noel
--
NOTICE: If received in error, please d
Hi,
I just stumbled over the same error as the original poster. I compiled make 3.80 with
the patch for Bug #1517 applied.
The self tests fail on Tru64 4.0 with both gcc-3.3.1 and the cc compiler that comes
with the system, therefore I guess it's not compiler related.
The self tests pass on Tr
%% "Kinney, Joe" <[EMAIL PROTECTED]> writes:
kj> We are in the preparation stages of upgrading our itanium server
kj> from hp-ux 11.22 to hp-ux 11.23. Upon review of your website, I
kj> noticed there are no gmake-3.80 downloads for hp-ux 11.23 IPF. Is
kj> the software available for 11.23
Hello
I've found that when I use the hash table in hash.c with small hash sizes
I get a lock-up. More specifically
hash_init with size < 8 gives a ht_size of 8 and more importantly a
ht_capacity of 8 (equal to ht_size). The problem arise when inserting
items using hash_insert and the hash-tabl
We are in the preparation stages of upgrading our itanium server from hp-ux 11.22
to hp-ux 11.23.
Upon review of your website, I noticed there are no gmake-3.80 downloads
for hp-ux 11.23 IPF. Is the software available for
11.23? If so, where can I find
it? Thanks for your time.
Jose