automake
[Top][All Lists]
Advanced

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

Re: Lost in automatic dependencies


From: Stephane Bortzmeyer
Subject: Re: Lost in automatic dependencies
Date: Wed, 28 Mar 2007 23:06:31 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Mar 28, 2007 at 10:48:24PM +0200,
 Ralf Wildenhues <address@hidden> 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

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