From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 13:00:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A89210659C0 for ; Wed, 21 Jan 2009 13:00:50 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 54BE98FC1E for ; Wed, 21 Jan 2009 13:00:50 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1531573ywe.13 for ; Wed, 21 Jan 2009 05:00:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=x4rc6skP6Ew1CuKK5kB9pEnt4tQ8qTxACwnBt6dieu0=; b=vmDbeMVY2SCGMwboCexNnA9IxWBd34lqubLU3vZBobnN4RIlPotQ9wXN9DNJig4/pG lMesBZattKg7K4sBgO7DnGi2hUgsgCas2ixlfUONA3YDdD+8ZtuWGcO7BDhhmAzBBSIs XWWI8CODgreIWtLo14asAceViK60yYwrQC5Cc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=mnjro+dPyxCyJjNKXBGqT3eMfS2de39AFOWChhZifxTx6Ndrr2NzUzGoVH5x2uxmve 1gzLe8V5cNRJk/oWjMYrKiW7wydR98+3f4MQ9rgHNRgfErDgYFN+TkhklXa+w8zbK7mX KTzBpi11MrHNusl2U10tWzTyucx2spMjhvYzw= MIME-Version: 1.0 Received: by 10.100.232.10 with SMTP id e10mr5654299anh.36.1232542850093; Wed, 21 Jan 2009 05:00:50 -0800 (PST) Date: Wed, 21 Jan 2009 11:00:50 -0200 Message-ID: From: luizbcampos To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: LPRng-3.8.A on FreeBSD-7.0amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 13:00:54 -0000 Trying to compile the latest version of LPRng (3.8.A) compatible with all plataforms, I got an error: $ sh STANDARD_configuration #make clean all install #make: don`t know how to make AM_CPPFLAGS. Stop I`ve ever upgraded native FBSD-7.0amd64 gcc version-4.2 to the latest gcc-44 but the failure lingers on. Suggestions?