Hello,

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


Greetings,
Alwin Troost


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to