On Wed, Mar 28, 2007 at 10:48:24PM +0200,
 Ralf Wildenhues <[EMAIL PROTECTED]> wrote 
 a message of 16 lines which said:

> Please show the configure output around "checking dependency style".

gcc version 3.3.3 (NetBSD nb3 20040520)
...
configure:19139: checking dependency style of cc
configure:19229: result: none
configure:19248: checking dependency style of g++
configure:19338: result: none

> Please also show the setting of CCDEPMODE in the Makefile.

CCDEPMODE = depmode=none

> Please also show the bit of the Makefile.am where you specify the C
> program and its sources.

bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c 
HTParse.c echoping.h icp.h HTParse.h smtp.c
pkginclude_HEADERS = echoping.h compilation.h
echoping_LDADD =
echoping_LDFLAGS = -export-dynamic

> does the Makefile in question contain a line of the form include
> ./$(DEPDIR)/objectname.Po

Yes

include ./$(DEPDIR)/HTParse.Po
include ./$(DEPDIR)/echoping.Po
...

>  does the file .deps/objectname.Po exist, and what does it contain?

% cat .deps/echoping.Po 
# dummy




Reply via email to