Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6101185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:28:17+00:00 2026-05-23T13:28:17+00:00

I downloaded sqlite from http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz How can I compile sqlite with icu ?

  • 0

I downloaded sqlite from http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz

How can I compile sqlite with icu ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:28:17+00:00Added an answer on May 23, 2026 at 1:28 pm

    1) You can compile it as dynamic extension of SQLite
    Citing http://www.sqlite.org/cvstrac/fileview?f=sqlite/ext/icu/README.txt

    The easiest way to compile and use the ICU extension is to build
    and use it as a dynamically loadable SQLite extension. To do this
    using gcc on *nix:

    gcc -shared icu.c `icu-config  --cppflags --ldflags` -o libSqliteIcu.so
    

    You may need to add “-I” flags so that gcc can find sqlite3ext.h
    and sqlite3.h. The resulting shared lib, libSqliteIcu.so, may be
    loaded into sqlite in the same way as any other dynamically loadable
    extension.

    (loading is .load libSqliteIcu.so in SQLite prompt)

    2) You can compile SQLite with ICU enabled. According to http://www.sqlite.org/compile.html
    you should define macro SQLITE_ENABLE_ICU:

    Add -DSQLITE_ENABLE_ICU to the CFLAGS variable or add #define SQLITE_ENABLE_ICU in some config file.

    Okay, there is something here not described in standard documentation. Here is an example of calling configure with ICU enabled:

     CFLAGS='-O3 -DSQLITE_ENABLE_ICU' CPPFLAGS=`icu-config --cppflags` LDFLAGS=`icu-config --ldflags` ./configure
    

    You also should have icu-config program installed (it is from libicu or libicu-dev package)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 2 SQLite databases, one downloaded from a server ( server.db ), and
Having downloaded Pango and GLib from the GTK+ Project's Win32 downloads page and having
I downloaded and installed the Aptana Studio free version. But apparently, to install the
I downloaded Hex Workshop, and I was told to read a .dbc file. It
I downloaded Reflector.Net and it's an .Exe outside VS. I remember (last year) when
have downloaded Orca to edit an MSI file. I want to remove some banner
I downloaded the Guidance Automation Toolkit for VS 2008 and in the middle of
I downloaded the Eclipse PDT 2.0 GA release (Eclipse 3.4), however, it doesn't look
I recently downloaded ndepend and ran an analysis on an open source project I
I have downloaded a font that looks less than desirable if it is not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.