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 Low wrote: > 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 > <[email protected]>wrote: > >> 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' 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 >>> _______________________________________________ >>> sqlite-users mailing list >>> [email protected] >>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >>> >> >> ----- >> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> >> http://www.kyngchaos.com/ >> >> All generalizations are dangerous, even this one. >> >> >> > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ----- William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> http://www.kyngchaos.com/ "We are at war with them. Neither in hatred nor revenge and with no particular pleasure I shall kill every ___ I can until the war is over. That is my duty." "Don't you even hate 'em?" "What good would it do if I did? If all the many millions of people of the allied nations devoted an entire year exclusively to hating the ____ it wouldn't kill one ___ nor shorten the war one day." <Ha, ha> "And it might give 'em all stomach ulcers." - Tarzan, on war _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

