----- Original Message -----
From: "Akim Demaille" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 12, 2001 1:06 AM
Subject: Re: problem: multiple definitions


> >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]>
writes:
>
> Robert> 2) snmplib/Makefile.am:14: DEFS multiply defined in condition
> Robert> TRUE DEFS (User, where = 14) = {
> >>
> Robert> TRUE => -DSQUID_SNMP=1 }
>
> >> Hm...  I'll look into this one.  The idea is that somehow we must
> >> be able to tell Automake `look, this is an Automake variable, but
> >> the user is allowed to override it'.  Currently it's probably too
> >> strict.
>
> Robert> Any extra details needed - let me know.
>
> I think that what I said does not apply, and does match with the
> actual error you face.  Could you grep for DEFS in your Makefile.am?
> Thanks!
>

This has gone away with current CVS.

the makefile.am has

$ grep DEFS snmplib/Makefile.am
DEFS            = -DSQUID_SNMP=1

Rob


Reply via email to