From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 13 04:15:34 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 223FC106564A for ; Fri, 13 Mar 2009 04:15:34 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id E90F18FC14 for ; Fri, 13 Mar 2009 04:15:33 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so1488409rvb.43 for ; Thu, 12 Mar 2009 21:15:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Uj7LixxDEjHyN7EcK5CwVHpVS/VkvuEQ64oPi+5WXDo=; b=heJK3Rvut8m0N5I6QKBqaP3p3ruayKBaidTqv9CQ1sgLnrFdDroRds6+zrhAWXeqt9 LiwuyYv+zD7KVN6RRAmscjariirCfRZCVA4kHyQJgEM1PfZa1Z15uPO04GrbDjCizgsT 6ZN4MX+LtKQVbNkFYukic4b58TtldptJC09K0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=AFSPRBbp/shcmWoytrgz9uRXeGakkxiYuTZsJW6jnahDkQ/6R/uFOOGRqNI/YxiEln LCDP4TPhyfeJSb6jOxpwPMECDm5VA0TGHnYG/OuSDs0A+vGvnEd0rDb5BuCNN/G1Jv1H VkCiGy7gA/o6BFY0pejY5yUythn7ZlnHxxCwY= MIME-Version: 1.0 Received: by 10.143.4.11 with SMTP id g11mr367253wfi.340.1236917733576; Thu, 12 Mar 2009 21:15:33 -0700 (PDT) In-Reply-To: References: <53a1e0710903122050j4e66d2cfu526073551cafd6fc@mail.gmail.com> Date: Fri, 13 Mar 2009 12:15:33 +0800 Message-ID: <53a1e0710903122115j88a079ds8025b426e01d209e@mail.gmail.com> From: Henry Hu To: Paul Beard Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: multimedia@freebsd.org Subject: Re: faac-1.28 fails to build X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hu.henry9@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 04:15:34 -0000 No, CPPFLAGS should be -I${LOCALBASE}/include, and LDFLAGS should be -L${LOCALBASE}/lib Please find the =93checking for..." message from the config.log, and look at the test result and compiler output below it. Or paste config.log somewhere. On Fri, Mar 13, 2009 at 12:08 PM, Paul Beard wrote: > > On Mar 12, 2009, at 8:50 PM, Henry Hu wrote: > >> It builds cleanly here. Please check config.log. > > > seems to build if I just run configure and make in the source directory, = but > setting these: > > =A0 export LOCALBASE=3D/usr/local > =A0 export CPPFLAGS=3D${LOCALBASE}/include > =A0 export LDFLAGS=3D${LOCALBASE}/lib > =A0 export LIBS=3Dmp4v2 > > per the Makefile gives me this: > > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: C compiler cannot create executables > See `config.log' for more details. > > -- > Paul Beard > contact info: www.paulbeard.org/paulbeard.vcf > > Are you trying to win an argument or solve a problem? > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" >