Date: Fri, 13 Mar 2009 12:15:33 +0800 From: Henry Hu <henry.hu.sh@gmail.com> To: Paul Beard <paulbeard@gmail.com> Cc: multimedia@freebsd.org Subject: Re: faac-1.28 fails to build Message-ID: <53a1e0710903122115j88a079ds8025b426e01d209e@mail.gmail.com> In-Reply-To: <F568086C-892C-4742-9B53-99B8CAD386EE@gmail.com> References: <EE3186F7-0EEA-4946-A336-64FF41B155BD@gmail.com> <53a1e0710903122050j4e66d2cfu526073551cafd6fc@mail.gmail.com> <F568086C-892C-4742-9B53-99B8CAD386EE@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
No, CPPFLAGS should be -I${LOCALBASE}/include, and LDFLAGS should be
-L${LOCALBASE}/lib
Please find the “checking 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 <paulbeard@gmail.com> 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:
>
> export LOCALBASE=/usr/local
> export CPPFLAGS=${LOCALBASE}/include
> export LDFLAGS=${LOCALBASE}/lib
> export LIBS=mp4v2
>
> 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"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53a1e0710903122115j88a079ds8025b426e01d209e>
