• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: compiling sqlite
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling sqlite


  • Subject: Re: compiling sqlite
  • From: "b.bum" <email@hidden>
  • Date: Sat, 31 Jan 2004 11:02:36 -0800

On Jan 31, 2004, at 8:13 AM, Michael Grant wrote:
You're right, I must have grabbed the wrong file. The Web site doesn't exactly make it easy to get the right one, at least not for us Mac folk.

If you are intending to embed SQLite into applications that are expected to run on other systems, considering building a statically linked SQLite library. Size isn't a problem -- it less than 1MB after stripping.

I usually use something like...

./configure --disable-shared --enable-static
sudo make install

... as this will install a static-only copy of the sqlite library.

(The above is actually from building the Readline library. This will work with just about any GNU autoconf based tool.)

b.bum
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: compiling sqlite
      • From: Sascha Kuehn <email@hidden>
References: 
 >Re: compiling sqlite (From: Rob Minerick <email@hidden>)
 >Re: compiling sqlite (From: Michael Grant <email@hidden>)

  • Prev by Date: Re: Designing for multitudinous objects
  • Next by Date: Cocoa/Windows parallel dvlpmt
  • Previous by thread: Re: compiling sqlite
  • Next by thread: Re: compiling sqlite
  • Index(es):
    • Date
    • Thread