faac-1.28 fails to build

Henry Hu henry.hu.sh at gmail.com
Thu Mar 12 21:15:34 PDT 2009


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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
> To unsubscribe, send any mail to
> "freebsd-multimedia-unsubscribe at freebsd.org"
>


More information about the freebsd-multimedia mailing list