Hi,

  I have been able to solve the problem. In shell.c file, I commented out
the following part :

   */* Begin evanm patch. *
*  extern int sqlite_shell_init_icu();*
*  if( !sqlite_shell_init_icu() ){*
*    fprintf(stderr, "%s: warning: couldn't find icudt38.dll; "*
*                    "queries against ICU FTS tables will fail.\n",
argv[0]);*
*  }*
*  /* End evanm patch. */*

  Now everything works fine. Can anyone let me know what was the problem?

Regards,
Nabeel


On Thu, Feb 27, 2014 at 7:19 PM, Nabeel Younus <nyk2...@gmail.com> wrote:

> HI,
>
>   I am bit new to linux. Can u plz exactly specify the statement I need to
> call before calling make.
>
>   So far, I first do ./configure (which works ok). Then I perform make
> (where it fails).
>
> Regards,
> Nabeel
>
>
> On Thu, Feb 27, 2014 at 12:08 PM, mm.w <0xcafef...@gmail.com> wrote:
>
>> Hello
>>
>> that's an undefined symbol of some lib/fork "sqlite_shell_init_icu", this
>> is not part of sqlite standard amalgamation, I guess you need to
>> add shell_icu_linux.c from the fork at compile time.
>>
>> Best Regards
>>
>>
>> On Thu, Feb 27, 2014 at 11:35 AM, Nabeel Younus <nyk2...@gmail.com>
>> wrote:
>>
>> > HI,
>> >
>> >    Thanks for your reply.
>> >
>> >     I have already installed ICU lib i.e. libicu-dev.
>> >
>> >     Waiting for your reply.
>> >
>> > Regards,
>> > Nabeel
>> >
>> >
>> > On Fri, Feb 28, 2014 at 2:56 AM, Richard Hipp <d...@sqlite.org> wrote:
>> >
>> > > Maybe you need to install the ICU library on your system.
>> > >
>> > >
>> > > On Wed, Feb 26, 2014 at 10:04 PM, Nabeel Younus <nyk2...@gmail.com>
>> > wrote:
>> > >
>> > > > Hi everyone,
>> > > >
>> > > >     I am having a problem with compiling sqlite 3.7.6.3 on Linux
>> i686.
>> > I
>> > > > have to use only this version because it has been provided by our
>> > > clients.
>> > > >
>> > > >     The *sqlite3.7.6.3* folder contains *amalgamation folder, src
>> > folder
>> > > > and patches files. *
>> > > >
>> > > >      I have changed my directory to *src* folder. Then I have
>> performed
>> > > > configure which works ok. But when I run *make command* I get an
>> error
>> > > > message:
>> > > >
>> > > > */sqlite/src/./src/shell.c:2668: undefined reference to
>> > > > `sqlite_shell_init_icu'*
>> > > > *collect2: ld returned 1 exit status*
>> > > > *make: *** [sqlite3] Error 1*
>> > > >
>> > > >      Can anyone please help to solve this problem?
>> > > >
>> > > > Regards,
>> > > > ---------------
>> > > > Nabeel
>> > > > _______________________________________________
>> > > > sqlite-users mailing list
>> > > > sqlite-users@sqlite.org
>> > > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > D. Richard Hipp
>> > > d...@sqlite.org
>> > > _______________________________________________
>> > > sqlite-users mailing list
>> > > sqlite-users@sqlite.org
>> > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> > >
>> >
>> >
>> >
>> > --
>> > Regards,
>> > ----------------------------------
>> > Nabeel Younus Khan
>> > PhD Student (Computer Science Dept),
>> > University of Otago
>> > Dunedin, New Zealand
>> > Cell: +64212689881
>> > *Website: http://www.nabeelyounuskhan.com
>> > <http://www.nabeelyounuskhan.com/> *
>> > _______________________________________________
>> > sqlite-users mailing list
>> > sqlite-users@sqlite.org
>> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> >
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
>
> --
> Regards,
> ----------------------------------
> Nabeel Younus Khan
> PhD Student (Computer Science Dept),
> University of Otago
> Dunedin, New Zealand
> Cell: +64212689881
> *Website: http://www.nabeelyounuskhan.com
> <http://www.nabeelyounuskhan.com/> *
>
>
>


-- 
Regards,
----------------------------------
Nabeel Younus Khan
PhD Student (Computer Science Dept),
University of Otago
Dunedin, New Zealand
Cell: +64212689881
*Website: http://www.nabeelyounuskhan.com
<http://www.nabeelyounuskhan.com/> *
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to