bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] No target dependency on libinetutils.a.


From: Mats Erik Andersson
Subject: Re: [bug-inetutils] No target dependency on libinetutils.a.
Date: Mon, 8 Nov 2010 18:11:23 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

onsdag den  3 november 2010 klockan 12:16 skrev Alfred M. Szmidt detta:
> 
>    Hello all,
> 
>    I have noticed all along that the different binaries do not
>    specify "libinetutils.a" as a build target prerequisite. This
>    is awkward when tracking down bugs. Is this intentional of some
>    obscure reason?
> 
> Which programs do not depend on libinetutils?

As a side noe, a missing build target "../lib/libgnu.a" is easily produced:

   $ ./configure CFLAGS="-Wall"
   $ gmake clean
   $ gmake -C talk/
     [...]
   make: *** No rule to make target `../lib/libgnu.a', needed by `talk'. Stop

Thus I draw the conclusion that the build files `*/Makefile' are incomplete,
since their interpretation depends on their order of application.

Regards, 

Mats



reply via email to

[Prev in Thread] Current Thread [Next in Thread]