Alwin Troost <[EMAIL PROTECTED]> wrote: > I have found that you can create a universal binary that will run on > 10.4 Tiger as well as 10.5 Leopard by altering your Makefile.common > and replacing: > > Darwin_CC := gcc -arch $(arch) > with > Darwin_CC := gcc -arch $(arch) -mmacosx-version-min=10.4 - > isysroot /Developer/SDKs/MacOSX10.4u.sdk > > and > > Darwin_LINKFLAGS := -dynamiclib > with > Darwin_LINKFLAGS := -dynamiclib -isysroot /Developer/SDKs/ > MacOSX10.4u.sdk
Thank you very much! Can you point to any Apple documentation that explains the changes? The next version, which I will probably release tomorrow, will be compiled like this. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
