Re: [sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread Melton Low
Worked cleanly now. Thanks again. Mel On Wed, Oct 14, 2009 at 7:02 PM, William Kyngesburye wrote: > Odd, works fine here. ... ah, make sure you use the --disable- > dependency-tracking option. The default dependency tracking does not > work with multiple architectures. It's just a compilation

Re: [sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread William Kyngesburye
Odd, works fine here. ... ah, make sure you use the --disable- dependency-tracking option. The default dependency tracking does not work with multiple architectures. It's just a compilation process and not using it has no effect on the generated code. On Oct 14, 2009, at 7:42 PM, Melton Lo

Re: [sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread Melton Low
I got a compile error when the 64bit flag was include. Worked fine if I just use the 32bit flag. Thanks for your help. Mel On Wed, Oct 14, 2009 at 6:01 PM, William Kyngesburye wrote: > Add this to your configure command (applies to most all configures): > > CFLAGS="-arch i386 -arch x86_64" > >

Re: [sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread Melton Low
I got a compile error when the 64bit flag was include. Worked fine if I just use the 32bit flag. Thanks for your help. Mel On Wed, Oct 14, 2009 at 6:01 PM, William Kyngesburye wrote: > Add this to your configure command (applies to most all configures): > > CFLAGS="-arch i386 -arch x86_64" > >

Re: [sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread William Kyngesburye
Add this to your configure command (applies to most all configures): CFLAGS="-arch i386 -arch x86_64" On Oct 14, 2009, at 4:46 PM, Melton Low wrote: > I am on a Mac laptop running Mac OS X 10.6.1 (Snow Leopard). > > Version of Sqlite I want to build is 3.6.19. When running 'configure > --help'

[sqlite] Mac OS Snow Leopard 32bit vs 64bit

2009-10-14 Thread Melton Low
I am on a Mac laptop running Mac OS X 10.6.1 (Snow Leopard). Version of Sqlite I want to build is 3.6.19. When running 'configure --help' I didn't find an option to set the build to 32bit. Is sqlite automatically build as a 32bit app with 32bit libraries? Did I miss an option? Mel