Results 1 to 10 of 37

Thread: Linking Issues on MacOS X 10.6.5

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #31
    The problem seems to be that the libSDLmain.a you made is 64 bit, which is done by default if you have Snow Leopard installed. You need to explicitly compile the library for i386 and PowerPC if you plan to make Universal Binaries.
    You can have my libSDLmain.a (it has i386, x64_64 and ppc all in one file): Download here

    Edit: If you use my build script you might want to change CFBundleIdentifier and CFBundleSignature for your application.
    Last edited by Stoney; 09-01-2011 at 09:52 AM.
    Freeze Development | Elysion Game Framework | Twitter: @Stoney_FD
    Check out my new book: Irrlicht 1.7.1 Realtime 3D Engine Beginner's Guide (It's C++ flavored though)

    Programmer: A device for converting coffein into software.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •