Script started on Wed Jan 17 18:43:28 2007 dhcp180:~/macports dave$ cat test.c /* confdefs.h. */ #define PACKAGE_NAME "libsndfile" #define PACKAGE_TARNAME "libsndfile" #define PACKAGE_VERSION "1.0.17" #define PACKAGE_STRING "libsndfile 1.0.17" #define PACKAGE_BUGREPORT "erikd@mega-nerd.com" #define PACKAGE "libsndfile" #define VERSION "1.0.17" /* end confdefs.h. */ #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #endif #if HAVE_STDINT_H # include #endif #if HAVE_UNISTD_H # include #endif #include "FLAC/all.h" int main() { } dhcp180:~/macports dave$ gcc -v test.c Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1671) /usr/libexec/gcc/darwin/ppc/3.3/cc1 -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 -D__APPLE_CC__=1671 -D__DYNAMIC__ test.c -fPIC -quiet -dumpbase test.c -auxbase test -version -o /var/tmp//ccozB4Dh.s GNU C version 3.3 20030304 (Apple Computer, Inc. build 1671) (ppc-darwin) compiled by GNU C version 3.3 20030304 (Apple Computer, Inc. build 1671). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=131072 ignoring nonexistent directory "/usr/ppc-darwin/include" ignoring nonexistent directory "/Local/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/include/gcc/darwin/3.3 /usr/include End of search list. Framework search starts here: /System/Library/Frameworks /Library/Frameworks End of framework search list. /usr/libexec/gcc/darwin/ppc/as -arch ppc -o /var/tmp//ccJlLCDn.o /var/tmp//ccozB4Dh.s ld -arch ppc -dynamic -o a.out -lcrt1.o -lcrt2.o -L/usr/lib/gcc/darwin/3.3 -L/usr/lib/gcc/darwin -L/usr/libexec/gcc/darwin/ppc/3.3/../../.. /var/tmp//ccJlLCDn.o -lgcc -lSystem | c++filt dhcp180:~/macports dave$ exit Script done on Wed Jan 17 18:43:41 2007