Now I have a new error.  I have attached three files.  One is the terminal 
output from the time I started after receiving this post.  One is the main.log 
indicated by the terminal output.  The main.log suggested that I look at 
config.err, which I have included also.  This error occurred while attempting 
to 
install a new ffmpeg dependency, libvpx.  While looking at the main.log I have 
already noticed one thing that is going to give me trouble, that is a 
comment about activating altivec.  My ppc is pre-altivec ( which I learned the 
first time I installed ffmpeg ) and needs altivec to be disabled.

Do you want me to file a ticket on this error or the first one?  I still have 
information on the first error, but with the changes, I don't know how valid it 
is.  Thank you for your help.  Are not computers fun!?

>------- Original Message -------
>From    : Ryan Schmidt[mailto:[email protected]]
>Sent    : 7/31/2010 4:26:47 PM
>To      : [email protected]
>Cc      : [email protected]
>Subject : RE: Re: Upgrade ffmpeg 0.6_0 problem
>
 >On Jul 31, 2010, at 12:25, [email protected] wrote:

> As a follow-up, just for something to do, I uninstalled/cleaned ffmpeg again, 
> uninstalled Xcode 2.5, Shutdown my computer ( because I read that 
> somewhere ), Redownloaded Xcode 2.5 and Installed again, Shutdown the 
> computer again, restarted and did 'sudo port -d selfupdate' ( just for grins 
), 
> and 'sudo port install ffmpeg' again with the same result.  I don't pretend 
> to understand how all this fits together, but from the error message it is 
> almost as if something is misspelled somewhere.  I found a reference to 
> '-lavutil' in a ffmpegSDKtutorial.txt that I had downloaded sometime back, 
but 
> could not find 'lavutil' anywhere on my computer.  I can find 'libavutil' a 
> bunch of places.  Is this a spelling thing?

The command "-lavutil" means "please link with the library libavutil.dylib", so 
that seems correct enough.

I cannot reproduce this problem today on Tiger or Snow Leopard. My log says I 
did have this problem yesterday on Snow Leopard, but now I don't, and 
of course I didn't save the log from when it failed. :/ If you could file a 
ticket with the complete log showing the failure that should be helpful in 
figuring out what's happening differently for you. Be sure to "sudo port 
selfupdate" first because an unrelated fix was just committed to ffmpeg.



# ./configure --prefix=/opt/local --enable-vp8 --enable-psnr --enable-postproc 
--enable-multithread --enable-runtime-cpu-detect --disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
Configuring for target 'universal-darwin8-gcc'
  enabling universal
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -c -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_cc
BEGIN /tmp/vpx-conf-10933-11745.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -c -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -E -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -c -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement -c -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -c -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -c -o /tmp/vpx-conf-10933-10061.o 
/tmp/vpx-conf-10933-11745.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -c -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
cc1: error: unrecognized command line option "-Wtype-limits"
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -c -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_ld
check_cc
BEGIN /tmp/vpx-conf-10933-11745.c
    1   int main(void) {return 0;}
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
gcc -L/opt/local/lib -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -o /tmp/vpx-conf-10933-6128.x 
/tmp/vpx-conf-10933-10061.o -lpthread
check_header stdint.h
check_cpp
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "stdint.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_header sys/mman.h
check_cpp
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "sys/mman.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
check_header vpx/vpx_integer.h 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
check_cpp 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
BEGIN /tmp/vpx-conf-10933-11745.c
    1   #include "vpx/vpx_integer.h"
    2   int x;
END /tmp/vpx-conf-10933-11745.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
 -E -o /tmp/vpx-conf-10933-10061.o /tmp/vpx-conf-10933-11745.c
# ./configure --child --prefix=/opt/local --enable-vp8 --enable-psnr 
--enable-postproc --enable-multithread --enable-runtime-cpu-detect 
--disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
  enabling ppc32
  enabling altivec
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -c -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_cc
BEGIN /tmp/vpx-conf-11111-20509.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -c -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -E -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -c -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement -c -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -c -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -c -o /tmp/vpx-conf-11111-303.o 
/tmp/vpx-conf-11111-20509.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -c -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
cc1: error: unrecognized command line option "-Wtype-limits"
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -c -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_ld
check_cc
BEGIN /tmp/vpx-conf-11111-20509.c
    1   int main(void) {return 0;}
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
gcc -L/opt/local/lib -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -arch ppc -m32 -o /tmp/vpx-conf-11111-16020.x 
/tmp/vpx-conf-11111-303.o -lpthread
check_header stdint.h
check_cpp
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "stdint.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_header sys/mman.h
check_cpp
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "sys/mman.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
check_header vpx/vpx_integer.h 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
check_cpp 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
BEGIN /tmp/vpx-conf-11111-20509.c
    1   #include "vpx/vpx_integer.h"
    2   int x;
END /tmp/vpx-conf-11111-20509.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
 -E -o /tmp/vpx-conf-11111-303.o /tmp/vpx-conf-11111-20509.c
# ./configure --child --prefix=/opt/local --enable-vp8 --enable-psnr 
--enable-postproc --enable-multithread --enable-runtime-cpu-detect 
--disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
  enabling x86
  enabling runtime_cpu_detect
  enabling mmx
  enabling sse
  enabling sse2
  enabling sse3
  enabling ssse3
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-c -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_cc
BEGIN /tmp/vpx-conf-12041-626.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-c -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-12041-626.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-E -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch 
flags
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -c -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -c -o /tmp/vpx-conf-12041-20443.o 
/tmp/vpx-conf-12041-626.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -c -o 
/tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -c 
-o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wtype-limits -c -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
cc1: error: unrecognized command line option "-Wtype-limits"
cc1: error: unrecognized command line option "-Wtype-limits"
lipo: can't figure out the architecture type of: /var/tmp//cc03EG04.out
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -c -o /tmp/vpx-conf-12041-20443.o /tmp/vpx-conf-12041-626.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-12041-626.c
    1   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -Wno-unused -c -o /tmp/vpx-conf-12041-20443.o 
/tmp/vpx-conf-12041-626.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-12041-626.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-12041-626.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-12041-20443.o 
/tmp/vpx-conf-12041-626.c
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch 
flags

Attachment: NewError-main.log
Description: NewError-main.log

Attachment: NewError-TerminalOutput
Description: NewError-TerminalOutput

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to