From owner-freebsd-small Sat Jan 29 20:38:12 2000 Delivered-To: freebsd-small@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 5008C1555C; Sat, 29 Jan 2000 20:38:11 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 394521CD812; Sat, 29 Jan 2000 20:38:11 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sat, 29 Jan 2000 20:38:11 -0800 (PST) From: Kris Kennaway To: Mike Wade Cc: small@FreeBSD.ORG Subject: Re: crunchgen problems with postfix In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 29 Jan 2000, Mike Wade wrote: > cc -static -o crunch crunch.o smtp.lo > -L/usr/home/mwade/postfix-19991231-pl02/lib -lmaster -lglobal -ldns -lutil > /usr/home/mwade/postfix-19991231-pl02/lib/libglobal.a(debug_peer.o): In > function `debug_peer_init': > debug_peer.o(.text+0x1d): undefined reference to `var_debug_peer_list' Well, where is this function defined? Did you forget to include an object file in the config file? Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message