gnupic@linuxhacker.org
gnupic@linuxhacker.org
Brad Parker said:
>
> "Ed Skinner" wrote:
>>
>>3) Okay, try the same with the latest CVS. It complains I need to rerun
>> "aclocal" before "automake" (so I do) but then "automake" complains
>> about not finding "./depcomp". I tried making an empty one ">depcomp"
>> and automake is happy, "autoconf" and "./configure" run OK, but the
>> subsequent "make" doesn't appear to actually compile anything: the
>> "*.o" files (in "cli") link to nonexistent "*.lo" files.
I don't have all the sources handy to test this, but you may find the
automake '--add-missing' option helpful.
'depcomp' is listed as one of the auxilliary programs which can be created
by --add-missing. (Run "info '(automake)Auxiliary Programs'" for details)
--
Charles Lepple <clepple@ghz.cc>
http://www.ghz.cc/charles/
gnupic@linuxhacker.org