Compiling Universal Binary library on Leopard

I'm trying to compile the freetype library on Leopard for use as a Universal Binary library, however I'm having some make trouble.
I'm trying to pass options to the CC environment variable, but that always seems to result in a "libtool: link: `/Users/matt/Workspace/freetype/freetype-2.3.7/objs/ftsystem.lo' is not a valid libtool object" error, after which make fails.
This is the result of doing a simple:
./configure
make "CC=cc"
OR
./configure
make "CC=cc -arch i386"
Just doing a configure and make works ok (without CC) but I can only ever compile an i386 library this way. Configuring the the ppc build/host system options, and then doing make "CC=cc -arch ppc" results in the exact same error. Why doesn't it like cc?

Usually setting CFLAGS to something like "-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4" for both the compile and build steps does the trick. However, not all "configure-based" packages are equal.

Similar Messages

  • Will Snow Leopard run older PPC software, pre-universal binary stuff?

    Hi there
    I know this is probably the most stupid question in the world, and I know that Snow Leopard dropped support for PPC and is intel only.
    Does this mean that I could no longer run my CS2, MS Office 2004 and Quark 6.5 (as none of these were universal binary apps, and are all written for PPC architecture)? Or is it just SL will only install on Intel macs?
    Thanks in advance

    PPC is supported, but there are some PPC applications that are too old for Snow Leopard. You should check all that you use for the latest info BEFORE updating. I think there are problems with CS2. It is not officially supported in Leopard, but may work there. CS3 is not officially supported, but does work.
    Is there a 'best' way to upgrade? clean install and retrieve data from time machine backup? Complete rebuild? Install over the top of Leopard?
    Any method should work if your applications are up to date, and your existing system has no problems. If your current system is old, though, it may have some forgotten applications or modifications that could cause upgrade problems.
    The safest way (but more work) is to erase the drive, install Snow Leopard, update to 10.6.2, copy just user accounts and data from your Time Machine backup, and install the latest versions of applications.
    If possible, make a bootable backup of your system drive before you start. That will protect you against any possible problems with the Time Machine backup.

  • Compiling a universal binary with GCC

    How would I go about building a universal binary just using gcc from the terminal? Also, how can I make it so the resulting binary can be used on other computers than my own?

    You have to add the following parameters to your compile and/or link step:
    -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -mmacosx-version-min=10.4
    This will build for 10.4 or later on Intel. If you are really sure that your code can compile with all the same settings regardless of architecture, you could add "-arch ppc" to build a universal binary. A safer alternative would be to do:
    -isysroot /Developer/SDKs/MacOSX10.3.9.sdk -arch ppc -mmacosx-version-min=10.3
    to give you a 10.3-compatible Universal Binary.
    Finally, lipo the executables together with:
    lipo -create <myapp>.ppc <myapp>.i386 -output <myapp>
    assuming, of course, that you have instructed your build scripts to append the architecture onto the end of the executable name, as in this example.
    To make sure your app can run on any machine, you could just link with static libraries. That might be difficult because most packages build dynamic libraries by default. What you can do is include your dynamic libraries with your application. MacOS X executables are actually folders with lots of files inside. Some of those files can be dynamic libraries. After you build your app, create a "Run Script" build phase to use the "installnametool" to tell the executable that its dynamic libraries are located inside its bundle. I have a more detailed write up if you want to try it.

  • How to Use a Binary Library

    Hi,
    I am trying to use a binary library (Xerces 2.9.0). I would like to know if there is a way to use this library by putting it in my project path and using an import statement to do so. I did this with a version of entagged and placed it in "lib\\entagged" (where my compiled classes are located) and used the folder hierarchy:
    import lib.entagged.*;Is it possible to do the same with a binary package as in the image linked here:
    http://img251.imageshack.us/img251/441/xercesnm4.jpg
    This would make it easier to compile and use across multiple computers...
    Thanks in advance

    Thanks Peter for the reply
    Peter__Lawrey wrote:
    you are not looking for a standard binary searchI'm not using a binary search in the very common I'm searching for a particular key sense, which is the Collections.binarySearch sense. But binary searches are used in other situations as well. In this case I'm finding a local maximum of a function, I could also be solving f(x)=0... is there a nice generic way to handle other uses of binary search that anyone knows of?
    I would just copy the code from Collections.binarySearch and modify itI have this thing about reusing; just can't bring myself to do that :)
    It would be quicker and more efficient than trying to shoe horn a solution which expects a trinary result.Not sure I understand the last bit. Are you referring to my bastardised compareTo method with only two results? If so, I know, it is ugly! I don't see how it could be less efficient though???
    Thanks,
    Andy

  • How to tell if an app is "Universal Binary" i.e. Intel-compatible?

    I have various freeware and shareware apps on my new MacBook Pro which I "migrated" over from an old PowerBook G4 which I had been using until getting my new MBP last week. To whatever extent possible, I want to avoid using old PowerPC-chip designed apps, since they'd have to go through Rosetta translation in order to work, but using Rosetta extensively slows down Snow Leopard's snappy response time.
    So, I want to make sure that each app is designed to be Intel-compatible. And if it isn't, I will try to track down a newer version, or if there aren't any, then find a replacement app that will do the same function.
    However, I don't have documentation or "read me" files for most of these older share/freeware applications, so it's not easy to tell just from "looking at them" whether or not they were written in Universal Binary (or in some other Intel-compatible way). One could always look at the date the application was made, and if it's really really old, then one could assume that it's not Intel compatible; and if it's really really new, then one could assume that it is compatible. Unfortunately, most of the apps are from that exact transitional period when some apps were made for PowerPC, some for Intel, and some Universal Binary, etc. -- mostly they're from the 2006-2009 era.
    So: Is there some method for "peering inside" applications to see if they're written in Universal Binary?
    As an example:
    I have a program called flvThing 1.0.1. If I control-click its icon, choose "Show package contents," then go flvThing>Contents>MacOS>flvThing, and do "Get Info" on the excutable file therein, it says "Unix Executable File (Universal)." Does that mean that it was written in Universal Binary?
    If that's true, can I use this same method to peer inside most/any apps and see if they are a "Unix Executable File (Universal)"? Or is there some other method for finding this out?
    Any suggestions would be most appreciated. Thanks.

    Yow! That was easy! Thanks. Worked like a charm. "Solved."
    Two follow-up questions:
    1. I see five ancient apps listed as being "Classic." I presume that I might as well Trash those right now, since no Classic apps will ever run in the Post-Snow-Leopard world? None of these five Classic apps are important or necessary, so trashing them is not a problem.
    2. Some of my Intel apps are listed as being 64-bit, and some as not 64-bit. Should this concern me? Does it matter? I presume that both 64-bit Intel apps and non-64-bit Intel apps will both work perfectly fine on my i5 MacBook Pro 15" -- right?

  • Universal Binary..Once and For All

    I know this topic has been discussed, but I'm still a little confused. I want to put this issue to rest, at least from my perspective.
    If you install a Universal Application via download or CD/DVD does it install an application that would be able to run of BOTH an Intel or PPC Mac. I know that the file size isn't exactly doubled, but does it still add extra unneeded code.
    I'm on a PPC Mac and I want to know if I download a Universal App am I getting the Intel version too. I really don't want this because I want my drive to be a slim as possible.
    If the Universal App does install both version (which I think was clearly evident in the huge increase in size of iLife '06 and iWork) is the only way to get the Intel version off to use "Trim the Fat".
    I don't really want to get into the nitty gritty...I just want to know if unneeded code is being installed and taking up space on my iBook because of this new Universal App thing.
    Thank you so much.

    I don't really want to get into the nitty gritty...I just want
    to know if unneeded code is being installed and taking up
    space on my iBook because of this new Universal App thing.
    The answer is yes.
    Universal binaries typically include both PowerPC and x86 versions of a compiled application.
    Universal binaries are usually substantially larger than single-platform binaries, because two copies of the compiled code must be stored. The size of the resulting universal binary is usually not double (roughly a 30% increase in size) as a significant portion will be resources which are shared between the two architectures.

  • Why won't XCode 2.2.1 produce a Universal Binary of my program?

    I know that it is unreasonable to expect any specific help with the information provided below, but I hope that someone can point me in the right direction for more effective troubleshooting than I've been able to do on my own. Perhaps there is something obvious I am missing.
    Here are the facts:
    Using Cocoa and XCode 2.2.1 to make a Universal Binary of a small application.
    1. The previously compiled PPC version (560KB) runs under Rosetta.
    2. A simpler version (108KB) was sucessfully compiled as a Universal version.
    3. The expanded version (identical program logic and form - just more of the same - additional variables, objects and methods) appears to compile with two prebind ignore warnings (despite having prebinding disabled).
    4.When the compiled app is run in XCode, the interface window correctly appears, but the app menu bar does not. Selecting an input field places the insertion point correctly, but typed input is displayed in the Run Log window, not in the field text box. Executing a calculation method via a button gives a result consistent with no data in the input fields.
    5. The app/build/Release/App.app file does not have a processor type tag in the Finder Get Info window (ppp or universal).
    6. Double clicking the App.app file produces the error message "You cannot open the application "App" because it may be damaged or incomplete."
    7. The Contents of the App appear to be reasonable in number, names and size compared to the original ppc and simple versions.

    Thanks - I had earlier done what you suggested, with no effect. I finally decided to use a bigger hammer and copy the program files to a new project in XCode/Interface Builder. The most significant labor was re-establishing all the connections in the interface. This version compiles successfully as a Universal (ppc & i386) without compiler errors.
    I am troubleshooting some (now) obvious calculation errors in the original program code that do not affect the results in the ppc version (but should?), and do cause incorrect results in the i386 version.
    MacBookPro 2.16GHz Mac OS X (10.4.5)

  • Swf and Universal Binary

    I've produced a application (standalone player) on Mac for PC
    customers. It's pretty heavy, it includs videos and flash
    didactical sequences. All play fine on my 2 computers (G4 bipro
    1,25Ghz and G5 1,8 Ghz) and on the customer computers.
    But I've to install it on a MacBook Laptop (with only 512Mo)
    and then problem...
    The video and animations are slow, even if I play the swf
    separately the simple animations are slow, so I think that the
    standalone player uses Rosetta...
    How to solve that problem ?
    Is there a Flash 9 player installer (not only for browser) ?
    If I found a Flash player 9 to compile again the projector
    will it works on Universal Binary computers ?
    Thank for your help ;)

    Look like it's done! In the download page :
    http://www.adobe.com/support/flashplayer/downloads.html
    There is a link to download the INTEL version of the Flash
    Player (release and debug!). But in fact, it's a Universal Binary
    app, not just Intel !.
    So, they should flush the link for the PowerPC version...
    It's working fine on my G5 powerPC too.
    Link to the UB:
    http://download.macromedia.com/pub/flashplayer/updaters/9/sa_flashplayer_9_all_release_ub. dmg

  • Mac os X Server Universal Binary install upgrade possible ?

    Has anyone attempted the following upgrade pattern with the new mac pros with mac os X Universal Binary build ?
    Take your PowerPC mac os X server build to an external hard drive (Carbon Copy clonning or via SuperDuper). Tie in the external hard drive to the Mac Pro . Upgrade the Mac os X server install via the DVD install for mac os X server coming with the mac pro . CCC it back to the mac pro ... watch the fireworks ?
    I am still in waiting the machine but there are loads of data i would like to transfer from our my present mac os X server quad setup to the upcoming MacPro and doing this manipulation might make the transition soooo much easier than having to transport everything ...
    I hope there are no other already started threads concerning this procedure but if such would be the case i apologize for the inconvinience caused and would be glad if reffering threads would be posted here ...
    G5 Quad 2.5 7TB xraid 16GB of ram.   Mac OS X (10.4.7)   Mac os X server 10.4.7

    From the looks of it the upgrade from Mac os X server PPC to Mac os X server Universal Binary is not possible from install disk .... i backed up a whole PPC drive loaded my Mac os X Server UB in the machine and booted off the CD on a MBP ... and the installer just wont take the PPC build as upgradable .. once again apple leaves us in the middle of the transition ... WHY ???? For those of us getting mac pros to run mac os x server applications this would be a great benefit to all parties involved and help solve the many dog heared problems we have faced all along in 10.4.
    Edit: Same thing from a PPC standpoint a PPC build wont upgade to a Universal Binary build at all as it seems ... i am calling Apple support and hope to get further information to share ... wish me luck
    I dare hope leopard behaves better than 10.4 has been especially on the server side which broke many functions that 10.3 got right pretty quickly and neatly .
    G5 Quad 2.5 7TB xraid 16GB of ram.   Mac OS X (10.4.7)   Mac os X server 10.4.7

  • Lion Upgrade and Universal Binary Plugins

    Hey All,
    So I read the apple press release about the Lion upgrade and if memory serves correctly I read that, with Lion, Apple will be discontinuing support for Universal Binary applications. 
    I'm currently running Logic Express 9.1.4 on Snow Leopard and I have a few Universal Binary AU plugins. 
    If I do upgrade to Lion, will my Universal Binary AU plugins also cease to work when I run Logic on Lion? 
    Additionally, will an upgrade to lion require me to run another series of upgrades in order for my system, and all my other apps, to run smoothly?
    Not really complaining about this, just weighing the options before I decide whether to upgrade or not

    I read about the Universal Binary support as well - don't remember where, did some googling. I'm not a big Apple/computer tekkie, but I have a feeling that going to Lion will be like the OS9 to OSX transition, but as if Classic Environment never existed.
    I'd make the Lion decision based on your current hardware and software - is it working now? Or are you looking at some future release that only Lion will support? I bought Macromedia Studio (Academic) 2004 for about $200 or less back then, it's $529 now on Amazon, no cheaper/Academic version available that I can find (well, it's Adobe now.) Final Draft is screenwriting - basic word processing - no need to shell out close to $200 for a new version or a $99 upgrade that does the same thing on Lion (though after fighting with the company about their dropping support for my version, I was offered a cheaper upgrade - still, no need.) Also, MS Office works fine on the mini - again, basic word processing (I only and rarely use Word) seems crazy to upgrade, based on trying a new OS.
    My G4 tower (I believe currently running 10.4.x) worked for my needs for what, 8 years? Still does all I need, I'll hold onto it, but chokes up a bit on Garageband, Final Cut 4 drags (but I never use it.)**  I upgraded to Mac mini for the Intel processor (for Netflix streaming and any new Intel apps I may desire) and I can see this one with 10.6.8 lasting me for years, since it's running all my old apps and any that are available right now.
    Good luck, whatever you choose, but I still say don't do it unless it's a dual boot situation.
    **These are hardware issues, OS was never an issue except, of course, for the very first OSX.

  • Halo - Universal binary crashing on execution

    I recently purchased and installed Macsoft Halo 2.0.3 universal binary.
    Unfortunately I've never got it to work. It crashes immediately on execution (nothing but a modal crash window).
    I contacted MacSoft (Destineer) and they believe it's a problem with my OS -- based on the fact that 16 of the first 18 items in the log are from com.apple.HIToolbox
    Anyone have any advice?
    Here's the log:
    Date/Time: 2009-02-03 20:15:08.833 -0600
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Halo
    Path: /Applications/Halo.app/Contents/MacOS/Halo
    Parent: WindowServer [55]
    Version: 2.0.3 (2.0.3)
    PID: 409
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000001
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x90c9b43b CSMemDisposeHandle + 21
    1 ...ple.CoreServices.CarbonCore 0x90c9b41a DisposeHandle + 17
    2 com.apple.HIToolbox 0x92f65a0a DefaultTEDoText + 3300
    3 com.apple.HIToolbox 0x92f64c6b CallTEDoText + 81
    4 com.apple.HIToolbox 0x92f64bf8 CallTEDoDraw + 44
    5 com.apple.HIToolbox 0x92f64a29 DoUpdateRect + 204
    6 com.apple.HIToolbox 0x92f6493c TEUpdate + 49
    7 com.apple.HIToolbox 0x92fcd768 ScrollTextBoxCDEF + 530
    8 com.apple.HIToolbox 0x92ee3a2b DispatchMessage(ClassicCDEFAdapter*, short, long, unsigned char, unsigned char) + 197
    9 com.apple.HIToolbox 0x92ee29dc ClassicCDEFAdapter::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1504
    10 com.apple.HIToolbox 0x92df14d7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
    11 com.apple.HIToolbox 0x92df0b7c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
    12 com.apple.HIToolbox 0x92df0a41 SendEventToEventTargetWithOptions + 55
    13 com.apple.HIToolbox 0x92e1df98 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 466
    14 com.apple.HIToolbox 0x92eda417 HIView::RecursiveDrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char) + 547
    15 com.apple.HIToolbox 0x92ed9bde HIView::DrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long) + 298
    16 com.apple.HIToolbox 0x92e1da20 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 106
    17 com.apple.HIToolbox 0x92e191e8 HIView::Show(unsigned char) + 300
    18 com.apple.HIToolbox 0x92e614d7 ShowControl + 37
    19 com.macsoft.halo 0x002a88b2 0x1000 + 2783410
    20 com.macsoft.halo 0x002aca3f 0x1000 + 2800191
    21 com.macsoft.halo 0x0000304c 0x1000 + 8268
    22 com.macsoft.halo 0x00002926 0x1000 + 6438
    23 com.macsoft.halo 0x0000284d 0x1000 + 6221
    Thread 1:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x91468356 HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91468171 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x92fcd567 ecx: 0xbffff326 edx: 0x00000001
    edi: 0x011d5044 esi: 0x00000001 ebp: 0xbffff188 esp: 0xbffff170
    ss: 0x0000001f efl: 0x00010202 eip: 0x90c9b43b cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x35dfff com.macsoft.halo 2.0.3 /Applications/Halo.app/Contents/MacOS/Halo
    0x1099000 - 0x10c3fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x15e2a000 - 0x15e2ffff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15e69000 - 0x15fc2fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15fee000 - 0x161dcfff com.apple.ATIRadeonX1000GLDriver 1.4.56 (4.5.6) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x16218000 - 0x16234fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1623b000 - 0x1625ffff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fefff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031e000 - 0x90773fff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a06fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a56000 - 0x90ad5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afe000 - 0x90b62fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd1000 - 0x90bd8fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdd000 - 0x90c50fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c65000 - 0x90c77fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7d000 - 0x90f23fff com.apple.CoreServices.CarbonCore 682.30 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f66000 - 0x90fcefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91007000 - 0x91046fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91934fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91947000 - 0x919f9fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3f000 - 0x91a55fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5a000 - 0x91a78fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7d000 - 0x91adcfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aee000 - 0x91af2fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af4000 - 0x91b7cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b80000 - 0x91b9bfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba0000 - 0x91ba2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ba4000 - 0x91c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91c9f000 - 0x91cdefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce4000 - 0x91ce4fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce6000 - 0x91d74fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7b000 - 0x91d7bfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7d000 - 0x91dd6fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddf000 - 0x91e03fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0b000 - 0x92214fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224e000 - 0x92602fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262f000 - 0x9271cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271e000 - 0x9279cfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927dd000 - 0x92a0dfff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b27000 - 0x92b3efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b49000 - 0x92ba1fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9c000 - 0x92cbafff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e4000 - 0x931effff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93d4c000 - 0x93e05fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e48000 - 0x93e48fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4a000 - 0x9400bfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9409a000 - 0x940d4fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d9000 - 0x940effff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94284000 - 0x94293fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9429a000 - 0x942a5fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942f1000 - 0x9430bfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94311000 - 0x9462cfff com.apple.QuickTime 7.5.5 (990.7) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96f41000 - 0x97018fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97033000 - 0x97034fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97036000 - 0x9703bfff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9ffbb000 - 0x9fff7fff com.apple.QuickTimeFireWireDV.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    Model: MacBookPro2,1, BootROM MBP21.00A5.B08, 2 processors, Intel Core 2 Duo, 2.33 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: AirPort Extreme, 1.4.4
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS541616J9SA00, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

    Halo is a old game, ported from the Windows side.
    Microsoft bought the developer to place the game on the X-Box, so don't expect anything to work right or see any new versions.
    Doom3 and Unreal Tournament 2004 run excellent on Mac's.
    In fact one can add hundreds of maps to UT2004 and get a zillion times more game time than Halo or even Doom3.
    First one has to update UT2004.
    http://www.3dgamers.com/dlselect/games/unrealtourn2k4/ut2004-macpatch3369-2.dmg. bz2.html
    Next visit this site and register to download free maps
    http://www.unrealplayground.com/maps.php?game=ut2k4&type=as&sortby=chron&search=
    To place the files in UT2004
    1: Locate the original UT2004 app in your applications folder
    2: Control click on it and select "open package" which will revel a window of folders.
    3: Place like files in their respective folders.
    That's it, select the game type and map in the game itself.

  • Microsoft Office / universal binary availability?

    I bought the original iMac g5 (ppc), and have been debating when I should buy the MS Office 2004 package. Since the last announcement, (like most of us), I want to either get a new iMac..
    There is also currently a rebate program on Office 2004 for mac, but it does not say if it is a universal binary package. I have not read anywhere where Roz Ho claims to have released the UB version, or if office will 'just work' on the new iMac G5s, which leads me to wonder if it only applies to the PPCs, and not the mactels.
    So my question is, what's my best (cheapest) bet for getting MS Office if I am willing to get it as part of a new iMac (as long as it works), and willing to wait a year to make a purchase?
    1) Just go for the Office 2004 ppc version
    2) Buy the iMac (mactel) with rebate for Office 2004
    3) Wait for Office 2004 UB later on this year..
    4) Wait after the big April 1st annoucement (or later) when Office 2006 (vista codebase) is released for mac.
    Another thing, do you know if the UB will require Tiger?
    J
    iMac G5   Mac OS X (10.3.9)  

    I bought the original iMac g5 (ppc), and have been
    debating when I should buy the MS Office 2004
    package. Since the last announcement, (like most of
    us), I want to either get a new iMac..
    There is also currently a rebate program on Office
    2004 for mac, but it does not say if it is a
    universal binary package.
    It isn't it is compiled for the PPC, but will work under Rosetta on an Intel iMac.
    I have not read anywhere
    where Roz Ho claims to have released the UB version,
    The Universal Binary of Office has not been released.
    or if office will 'just work' on the new iMac G5s,
    Office will work natively on a G5 iMac
    and will work under Rosetta on an Intel iMac
    So my question is, what's my best (cheapest) bet for
    getting MS Office if I am willing to get it as part
    of a new iMac (as long as it works), and willing to
    wait a year to make a purchase?
    If you need it now, buy it now.
    Another thing, do you know if the UB will require
    Tiger?
    As it hasn't been released no one here knows for sure.
    One option you may want to consider us to use NeoOffice.
    http://www.neooffice.org/

  • Aperture Universal Binary Update in March (Crossgrade)

    Howdy,
    As we all know in the end of March Apple will release the much anticipated Universal Binary Update/Crossgrade to its Pro Applications. For we Aperture users this is a free update/crossgrade. (Yippie!) From then on the ProApps will be Universal Binaries.
    All bug fixes will be based on the Universal Binary version. So, that said, when the Universal Binary is released get current and stay compatible.
    "Because of Apple's redevelopment of the applications to Universal versions one of the key things is that the old code base has gone away and all of the new code will be fully Universal."
    All future Aperture software updates will be based on the Universal Binary version of the application.
    http://www.apple.com/universal/crossgrade/
    love & peace,
    victor
    G5, 2.5 GHz   Mac OS X (10.4.4)  
    G5, 2.5 GHz   Mac OS X (10.4.4)  
    G5, 2.5 GHz   Mac OS X (10.4.4)  

    This makes sense. One other question around binaries
    that i've not found answered is this.
    Will the Universal release mean the current PPC
    version will not show any performance degredation ?
    OK stop laughing everyone. Its just my thinking of
    how Apple releases Universal binaries and does it
    mean the PPC code gets changed ? If so are there any
    downsides. Perhaps its a question for March !
    The question has already been answered, but I just wanted to note that you shouldn't feel any shame in asking that question! I have seen the same thought come up in a number of places, it's a very natural question to ask as with Rosetta around for the Intel chip it's easy to get confused and think there may be a "reverse Rosetta" for the PPC when they do come out with an Intel binary (not the case, no such thing!).
    So, do not worry everyone - Universal Binaries are universal in the sense that you get a the real program for both systems, that does not have to run through any kind of emulator or other transformation technology.
    One other thing to add to the whole "IFDEF" discussion is that Apple has actually done alot of work like that for developers - if you are doing something that may be different between the Intel and PPC chips, there are a number of Apple libraries that do the right thing for you depending on the chip you are running on. That way your code doesn't actually have to have a lot of IFDEF's in it, you just have what looks like pretty much the same code that compiles to both the PPC and Intel automatically at the same time.

  • Xcode - Universal Binary

    I am having difficulties building my app as a Universal binary.
    I went to the Target inspector and selected both the Intel and PowerPC checkboxes in the dialogue that asks me what architectures to build for.
    When I built for PowerPC only, I had absolutely no errors. When I built for both however, I had one error and 6 warnings.
    I was given the following errors:
    cd "/Users/andrewdanks/Developer/Projects/Fortune Teller"
    /usr/bin/gcc-4.0 -o /Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default/Fortune\ Teller.app/Contents/MacOS/Fortune\ Teller -L/Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default -F/Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default -filelist /Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Fortune\ Teller.build/Default/Fortune\ Teller.build/Objects-normal/i386/Fortune\ Teller.LinkFileList -framework AppKit -framework Cocoa -framework CoreData -arch i386 -prebind -Wl,-Y,1455
    /usr/bin/ld: warning -prebind ignored because MACOSXDEPLOYMENTTARGET environment variable greater or equal to 10.4
    /usr/bin/ld: warning /System/Library/Frameworks/AppKit.framework/AppKit cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning /System/Library/Frameworks/Cocoa.framework/Cocoa cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning /System/Library/Frameworks/CoreData.framework/CoreData cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning fat file: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
    /usr/bin/ld: Undefined symbols:
    __keymgr_dwarf2_registersections
    _cthread_initroutine
    _atexit
    _errno
    _exit
    mach_initroutine
    _NSApplicationMain
    .objcclass_nameNSObject
    .objcclass_nameNSURL
    .objcclass_nameNSWorkspace
    _NSBeep
    _NSLog
    _NSRunAlertPanel
    _CFConstantStringClassReference
    objcmsgSend
    _rand
    objc_msgSendfpret
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined __keymgr_dwarf2_registersections
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _cthread_initroutine
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _atexit
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _errno
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _exit
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined mach_initroutine
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/main.o reference to undefined _NSApplicationMain
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSObject
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSURL
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSWorkspace
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSBeep
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSLog
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSRunAlertPanel
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _CFConstantStringClassReference
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined objcmsgSend
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _rand
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined .objcclass_nameNSObject
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objcmsgSend
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objc_msgSendfpret
    collect2: ld returned 1 exit status
    /usr/bin/ld: warning -prebind ignored because MACOSXDEPLOYMENTTARGET environment variable greater or equal to 10.4
    /usr/bin/ld: warning /System/Library/Frameworks/AppKit.framework/AppKit cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning /System/Library/Frameworks/Cocoa.framework/Cocoa cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning /System/Library/Frameworks/CoreData.framework/CoreData cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning fat file: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
    /usr/bin/ld: Undefined symbols:
    __keymgr_dwarf2_registersections
    _cthread_initroutine
    _atexit
    _errno
    _exit
    mach_initroutine
    _NSApplicationMain
    .objcclass_nameNSObject
    .objcclass_nameNSURL
    .objcclass_nameNSWorkspace
    _NSBeep
    _NSLog
    _NSRunAlertPanel
    _CFConstantStringClassReference
    objcmsgSend
    _rand
    objc_msgSendfpret
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined __keymgr_dwarf2_registersections
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _cthread_initroutine
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _atexit
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _errno
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _exit
    /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined mach_initroutine
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/main.o reference to undefined _NSApplicationMain
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSObject
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSURL
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSWorkspace
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSBeep
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSLog
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSRunAlertPanel
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _CFConstantStringClassReference
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined objcmsgSend
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _rand
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined .objcclass_nameNSObject
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objcmsgSend
    /Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objc_msgSendfpret
    collect2: ld returned 1 exit status
    Yep, long list of stuff that I don't understand.
    If anybody could help me, I would really appreciate it.
    Thanks.
    12" iBook G4 1.33GHz   Mac OS X (10.4.9)   Xcode 2.4.1

    In Xcode, select the top level project icon in the "Groups & Files" pane then click the "Info" button. In the Info window select the "General" tab and make sure the "Cross-Develop Using Target SDK" pop-up is set to "Mac OS X 10.4 (Universal)". The path below the pop-up menu should also read "/Developer/SDKs/MacOSX10.4u.sdk".
    Hope this helps,
    Steve

  • Mac Universal Binary Support (c'mon guys)

    Lack of Universal Binary support for the Mac is kinda hard to
    believe since there exists a version 8 universal binary in beta
    form. No further Mac releases should be available without UB
    support. Please let us know what your plans for UB support are
    going forward.

    I'll second that sentiment. It is frustrating enough
    (although understandable) that Flex Builder is unavailable for any
    Mac platform but not being able to even test content on my MacBook
    Pro is just silly.
    I finally took the time to install the SDK and setup Xcode to
    provide code hinting for AS3 (still working on MXML) and compile
    the .swf files but now I can't test. I guess I go back to Bootcamp
    again or parallels workstation to run this stuff in an XP
    environment. Major bummer.
    Best regards,
    Rob

Maybe you are looking for

  • Excise Base value calculated wrongly in GR

    Dear experts, When preparing Bought out goods receipt in migo,excise base value is coming wrongly(not as per PO) in sometimes. If we come back from the screen without saving & then try again. That time the base value is calculating correctly. This ki

  • I need an AC Adapter for Satellite P300

    I'm from Canada first off, I know this is a Europe forum... Ok, so my question is my AC stopped working and it's not covered under the warrenty, So I was hoping that you guys could put me in the right direction of getting an adapter cheap, whether of

  • What is causing this to happen to the screen?

    My son has a new 15" MBP (July 2012). When he tries to play a game on it, like WoW. He is getting this happen on his screen. Is this a video card problem?

  • 100% width in actionscript

    How can I do something like this: <mx:HBox height="100%" width="{scrollTable.selected?1600:100%}"> it doesn't like the %

  • Unable to delete DSO request.

    Hi Everyone, We have Real time Data Acquisition (RDA) implemented in our system. Yesterday RDA failed due to invalid characters. We corrected data at PSA level and tried to run repair process chain, the request is not deleting with a diagnosis messag