rendered paste bodymarkely-164-75:~/code/rockbox/rbutil tjross$ make < makefile.macosx
g++ -c `wx-config --cxxflags` -o rbutil.o rbutil.cpp
g++ -c `wx-config --cxxflags` -o rbutilApp.o rbutilApp.cpp
g++ -c `wx-config --cxxflags` -o rbutilFrm.o rbutilFrm.cpp
g++ -c `wx-config --cxxflags` -o wizard_pages.o wizard_pages.cpp
g++ -c `wx-config --cxxflags` -o bootloaders.o bootloaders.cpp
g++ -c `wx-config --cxxflags` -o installlog.o installlog.cpp
cc -c `wx-config --cxxflags` -o ipodpatcher/ipodpatcher.o ipodpatcher/ipodpatcher.c
cc -c `wx-config --cxxflags` -o ipodpatcher/ipodio-posix.o ipodpatcher/ipodio-posix.c
g++ -c `wx-config --cxxflags` -o irivertools.o irivertools.cpp
g++ -c `wx-config --cxxflags` -o md5sum.o md5sum.cpp
g++ -o rbutil rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o bootloaders.o installlog.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o irivertools.o md5sum.o `wx-config --libs`
/usr/bin/ld: for architecture ppc
/usr/bin/ld: warning rbutil.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning rbutilApp.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning rbutilFrm.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning wizard_pages.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning bootloaders.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning installlog.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning ipodpatcher/ipodpatcher.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning ipodpatcher/ipodio-posix.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning irivertools.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning md5sum.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccaBacYw.out (No such file or directory)
make: *** [rbutil] Error 1